Package | Description |
---|---|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
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 © 2019. All rights reserved.