Uses of Class
com.microsoft.azure.management.batch.InboundNatPool
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of InboundNatPool in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionInboundNatPool.withBackendPort
(int backendPort) Set this must be unique within a Batch pool.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.withFrontendPortRangeStart
(int frontendPortRangeStart) Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved.Set the name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens.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.withProtocol
(InboundEndpointProtocol protocol) Set possible values include: 'TCP', 'UDP'.Modifier and TypeMethodDescriptionPoolEndpointConfiguration.inboundNatPools()
Get the maximum number of inbound NAT pools per Batch pool is 5.Modifier and TypeMethodDescriptionPoolEndpointConfiguration.withInboundNatPools
(List<InboundNatPool> inboundNatPools) Set the maximum number of inbound NAT pools per Batch pool is 5.