| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withBackendPort(int backendPort)
Set this must be unique within a Batch pool.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeEnd(int frontendPortRangeEnd)
Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeStart(int frontendPortRangeStart)
Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved.
|
InboundNatPool |
InboundNatPool.withName(String name)
Set the name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens.
|
InboundNatPool |
InboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)
Set the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25.
|
InboundNatPool |
InboundNatPool.withProtocol(InboundEndpointProtocol protocol)
Set possible values include: 'TCP', 'UDP'.
|
| Modifier and Type | Method and Description |
|---|---|
List<InboundNatPool> |
PoolEndpointConfiguration.inboundNatPools()
Get the maximum number of inbound NAT pools per Batch pool is 5.
|
| Modifier and Type | Method and Description |
|---|---|
PoolEndpointConfiguration |
PoolEndpointConfiguration.withInboundNatPools(List<InboundNatPool> inboundNatPools)
Set the maximum number of inbound NAT pools per Batch pool is 5.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/