Uses of Class
com.azure.resourcemanager.network.models.NatRulePortMapping
Packages that use NatRulePortMapping
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 NatRulePortMappingModifier and TypeMethodDescriptionLoadBalancerBackendAddressPropertiesFormat.inboundNatRulesPortMapping()Get the inboundNatRulesPortMapping property: Collection of inbound NAT rule port mappings. -
Uses of NatRulePortMapping in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NatRulePortMappingModifier and TypeClassDescriptionfinal classIndividual port mappings for inbound NAT rule created for backend pool.Methods in com.azure.resourcemanager.network.models that return NatRulePortMappingModifier and TypeMethodDescriptionstatic NatRulePortMappingNatRulePortMapping.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NatRulePortMapping from the JsonReader.NatRulePortMapping.withBackendPort(Integer backendPort) Set the backendPort property: Backend port.NatRulePortMapping.withFrontendPort(Integer frontendPort) Set the frontendPort property: Frontend port.NatRulePortMapping.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 NatRulePortMappingModifier and TypeMethodDescriptionLoadBalancerBackendAddress.inboundNatRulesPortMapping()Get the inboundNatRulesPortMapping property: Collection of inbound NAT rule port mappings.