PoolEndpointConfiguration Class
- java.
lang. Object - com.
microsoft. azure. management. batch. PoolEndpointConfiguration
- com.
public class PoolEndpointConfiguration
The endpoint configuration for a pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Inbound |
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. |
Pool |
withInboundNatPools(List<InboundNatPool> inboundNatPools)
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. |
Method Details
inboundNatPools
public List
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:
withInboundNatPools
public PoolEndpointConfiguration withInboundNatPools(List
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:
Returns:
Applies to
Azure SDK for Java