Uses of Class
com.azure.resourcemanager.batch.models.InboundNatPool
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of InboundNatPool in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionInboundNatPool.withBackendPort
(int backendPort) Set the backendPort property: The port number on the compute node.InboundNatPool.withFrontendPortRangeEnd
(int frontendPortRangeEnd) Set the frontendPortRangeEnd property: The last port number in the range of external ports that will be used to provide inbound access to the backendPort on individual compute nodes.InboundNatPool.withFrontendPortRangeStart
(int frontendPortRangeStart) Set the frontendPortRangeStart property: The first port number in the range of external ports that will be used to provide inbound access to the backendPort on individual compute nodes.Set the name property: The name of the endpoint.InboundNatPool.withNetworkSecurityGroupRules
(List<NetworkSecurityGroupRule> networkSecurityGroupRules) Set the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.InboundNatPool.withProtocol
(InboundEndpointProtocol protocol) Set the protocol property: The protocol of the endpoint.Modifier and TypeMethodDescriptionPoolEndpointConfiguration.inboundNatPools()
Get the inboundNatPools property: A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally.Modifier and TypeMethodDescriptionPoolEndpointConfiguration.withInboundNatPools
(List<InboundNatPool> inboundNatPools) Set the inboundNatPools property: A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally.