Uses of Class
com.azure.compute.batch.models.InboundNatPool
Packages that use InboundNatPool
-
Uses of InboundNatPool in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return InboundNatPoolModifier and TypeMethodDescriptionstatic InboundNatPool
InboundNatPool.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of InboundNatPool from the JsonReader.InboundNatPool.setNetworkSecurityGroupRules
(List<NetworkSecurityGroupRule> networkSecurityGroupRules) Set the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.Methods in com.azure.compute.batch.models that return types with arguments of type InboundNatPoolModifier and TypeMethodDescriptionBatchPoolEndpointConfiguration.getInboundNatPools()
Get the inboundNatPools property: A list of inbound NAT Pools that can be used to address specific ports on an individual Compute Node externally.Constructor parameters in com.azure.compute.batch.models with type arguments of type InboundNatPoolModifierConstructorDescriptionBatchPoolEndpointConfiguration
(List<InboundNatPool> inboundNatPools) Creates an instance of BatchPoolEndpointConfiguration class.