PoolEndpointConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. 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. |
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. |
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.
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.
Parameters:
Returns: