Uses of Class
com.microsoft.azure.management.batch.NetworkConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NetworkConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionPool.networkConfiguration()
NetworkConfiguration.withEndpointConfiguration
(PoolEndpointConfiguration endpointConfiguration) Set pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.NetworkConfiguration.withPublicIPAddressConfiguration
(PublicIPAddressConfiguration publicIPAddressConfiguration) Set this property is only supported on Pools with the virtualMachineConfiguration property.NetworkConfiguration.withSubnetId
(String subnetId) Set the virtual network must be in the same region and subscription as the Azure Batch account.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the network configuration for the pool.Pool.UpdateDefinitionStages.WithAttach.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the network configuration for the pool.Pool.UpdateStages.WithAttach.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the network configuration for the pool.