| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withBackendPort(int backendPort)
Set the backendPort value.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeEnd(int frontendPortRangeEnd)
Set the frontendPortRangeEnd value.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeStart(int frontendPortRangeStart)
Set the frontendPortRangeStart value.
|
InboundNatPool |
InboundNatPool.withName(String name)
Set the name value.
|
InboundNatPool |
InboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)
Set the networkSecurityGroupRules value.
|
InboundNatPool |
InboundNatPool.withProtocol(InboundEndpointProtocol protocol)
Set the protocol value.
|
| Modifier and Type | Method and Description |
|---|---|
List<InboundNatPool> |
PoolEndpointConfiguration.inboundNatPools()
Get the inboundNatPools value.
|
| Modifier and Type | Method and Description |
|---|---|
PoolEndpointConfiguration |
PoolEndpointConfiguration.withInboundNatPools(List<InboundNatPool> inboundNatPools)
Set the inboundNatPools value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/