Uses of Class
com.azure.resourcemanager.batch.models.NetworkConfiguration
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of NetworkConfiguration in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.networkConfiguration()
Get the networkConfiguration property: The network configuration for a pool.PoolProperties.networkConfiguration()
Get the networkConfiguration property: The network configuration for a pool.Modifier and TypeMethodDescriptionPoolInner.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for a pool.PoolProperties.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for a pool. -
Uses of NetworkConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.networkConfiguration()
Gets the networkConfiguration property: The network configuration for a pool.NetworkConfiguration.withDynamicVnetAssignmentScope
(DynamicVNetAssignmentScope dynamicVnetAssignmentScope) Set the dynamicVnetAssignmentScope property: The scope of dynamic vnet assignment.NetworkConfiguration.withEndpointConfiguration
(PoolEndpointConfiguration endpointConfiguration) Set the endpointConfiguration property: The endpoint configuration for a pool.NetworkConfiguration.withPublicIpAddressConfiguration
(PublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: This property is only supported on Pools with the virtualMachineConfiguration property.NetworkConfiguration.withSubnetId
(String subnetId) Set the subnetId property: The ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithNetworkConfiguration.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the networkConfiguration property: The network configuration for a pool..Pool.UpdateStages.WithNetworkConfiguration.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the networkConfiguration property: The network configuration for a pool..