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