Class PoolEndpointConfiguration
java.lang.Object
com.microsoft.azure.management.batch.PoolEndpointConfiguration
The endpoint configuration for a pool.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the maximum number of inbound NAT pools per Batch pool is 5.withInboundNatPools
(List<InboundNatPool> inboundNatPools) Set the maximum number of inbound NAT pools per Batch pool is 5.
-
Constructor Details
-
PoolEndpointConfiguration
public PoolEndpointConfiguration()
-
-
Method Details
-
inboundNatPools
Get the maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.- Returns:
- the inboundNatPools value
-
withInboundNatPools
Set the maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.- Parameters:
inboundNatPools
- the inboundNatPools value to set- Returns:
- the PoolEndpointConfiguration object itself.
-