Uses of Class
com.microsoft.azure.management.batch.PoolEndpointConfiguration
Packages that use PoolEndpointConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of PoolEndpointConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return PoolEndpointConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.endpointConfiguration()
Get pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.PoolEndpointConfiguration.withInboundNatPools
(List<InboundNatPool> inboundNatPools) Set the maximum number of inbound NAT pools per Batch pool is 5.Methods in com.microsoft.azure.management.batch with parameters of type PoolEndpointConfigurationModifier and TypeMethodDescriptionNetworkConfiguration.withEndpointConfiguration
(PoolEndpointConfiguration endpointConfiguration) Set pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.