Uses of Class
com.azure.resourcemanager.network.models.NatRulePortMapping
-
Packages that use NatRulePortMapping Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NatRulePortMapping in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type NatRulePortMapping Modifier and Type Method Description List<NatRulePortMapping>LoadBalancerBackendAddressPropertiesFormat. inboundNatRulesPortMapping()Get the inboundNatRulesPortMapping property: Collection of inbound NAT rule port mappings. -
Uses of NatRulePortMapping in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NatRulePortMapping Modifier and Type Method Description NatRulePortMappingNatRulePortMapping. withBackendPort(Integer backendPort)Set the backendPort property: Backend port.NatRulePortMappingNatRulePortMapping. withFrontendPort(Integer frontendPort)Set the frontendPort property: Frontend port.NatRulePortMappingNatRulePortMapping. withInboundNatRuleName(String inboundNatRuleName)Set the inboundNatRuleName property: Name of inbound NAT rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NatRulePortMapping Modifier and Type Method Description List<NatRulePortMapping>LoadBalancerBackendAddress. inboundNatRulesPortMapping()Get the inboundNatRulesPortMapping property: Collection of inbound NAT rule port mappings.
-