Uses of Class
com.microsoft.azure.management.batch.NetworkConfiguration
Packages that use NetworkConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NetworkConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return NetworkConfigurationModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type NetworkConfigurationModifier 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.