Uses of Class
com.microsoft.azure.management.batch.InboundNatPool
-
-
Uses of InboundNatPool in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return InboundNatPool Modifier and Type Method Description InboundNatPoolInboundNatPool. withBackendPort(int backendPort)Set the backendPort value.InboundNatPoolInboundNatPool. withFrontendPortRangeEnd(int frontendPortRangeEnd)Set the frontendPortRangeEnd value.InboundNatPoolInboundNatPool. withFrontendPortRangeStart(int frontendPortRangeStart)Set the frontendPortRangeStart value.InboundNatPoolInboundNatPool. withName(String name)Set the name value.InboundNatPoolInboundNatPool. withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)Set the networkSecurityGroupRules value.InboundNatPoolInboundNatPool. withProtocol(InboundEndpointProtocol protocol)Set the protocol value.Methods in com.microsoft.azure.management.batch that return types with arguments of type InboundNatPool Modifier and Type Method Description List<InboundNatPool>PoolEndpointConfiguration. inboundNatPools()Get the inboundNatPools value.Method parameters in com.microsoft.azure.management.batch with type arguments of type InboundNatPool Modifier and Type Method Description PoolEndpointConfigurationPoolEndpointConfiguration. withInboundNatPools(List<InboundNatPool> inboundNatPools)Set the inboundNatPools value.
-