Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
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.