Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeComputeProperties
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeComputeProperties in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionManagedIntegrationRuntimeTypeProperties.computeProperties()
Get the computeProperties property: The compute resource for managed integration runtime.Modifier and TypeMethodDescriptionManagedIntegrationRuntimeTypeProperties.withComputeProperties
(IntegrationRuntimeComputeProperties computeProperties) Set the computeProperties property: The compute resource for managed integration runtime. -
Uses of IntegrationRuntimeComputeProperties in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionManagedIntegrationRuntime.computeProperties()
Get the computeProperties property: The compute resource for managed integration runtime.IntegrationRuntimeComputeProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The compute resource properties for managed integration runtime.IntegrationRuntimeComputeProperties.withDataFlowProperties
(IntegrationRuntimeDataFlowProperties dataFlowProperties) Set the dataFlowProperties property: Data flow properties for managed integration runtime.IntegrationRuntimeComputeProperties.withLocation
(String location) Set the location property: The location for managed integration runtime.IntegrationRuntimeComputeProperties.withMaxParallelExecutionsPerNode
(Integer maxParallelExecutionsPerNode) Set the maxParallelExecutionsPerNode property: Maximum parallel executions count per node for managed integration runtime.IntegrationRuntimeComputeProperties.withNodeSize
(String nodeSize) Set the nodeSize property: The node size requirement to managed integration runtime.IntegrationRuntimeComputeProperties.withNumberOfNodes
(Integer numberOfNodes) Set the numberOfNodes property: The required number of nodes for managed integration runtime.IntegrationRuntimeComputeProperties.withVNetProperties
(IntegrationRuntimeVNetProperties vNetProperties) Set the vNetProperties property: VNet properties for managed integration runtime.Modifier and TypeMethodDescriptionManagedIntegrationRuntime.withComputeProperties
(IntegrationRuntimeComputeProperties computeProperties) Set the computeProperties property: The compute resource for managed integration runtime.