Uses of Class
com.microsoft.azure.management.batch.InboundNatPool
Packages that use InboundNatPool
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of InboundNatPool in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return InboundNatPoolModifier 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'.Methods in com.microsoft.azure.management.batch that return types with arguments of type InboundNatPoolModifier and TypeMethodDescriptionPoolEndpointConfiguration.inboundNatPools()Get the maximum number of inbound NAT pools per Batch pool is 5.Method parameters in com.microsoft.azure.management.batch with type arguments of type InboundNatPoolModifier and TypeMethodDescriptionPoolEndpointConfiguration.withInboundNatPools(List<InboundNatPool> inboundNatPools) Set the maximum number of inbound NAT pools per Batch pool is 5.