Uses of Class
com.azure.resourcemanager.network.models.NatRule
Packages that use NatRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NatRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NatRuleModifier and TypeMethodDescriptionstatic NatRuleNatRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NatRule from the JsonReader.NatRule.withDescription(String description) Set the description property: Description of the rule.NatRule.withDestinationAddresses(List<String> destinationAddresses) Set the destinationAddresses property: List of destination IP addresses or Service Tags.NatRule.withDestinationPorts(List<String> destinationPorts) Set the destinationPorts property: List of destination ports.NatRule.withIpProtocols(List<FirewallPolicyRuleNetworkProtocol> ipProtocols) Set the ipProtocols property: Array of FirewallPolicyRuleNetworkProtocols.Set the name property: Name of the rule.NatRule.withSourceAddresses(List<String> sourceAddresses) Set the sourceAddresses property: List of source IP addresses for this rule.NatRule.withSourceIpGroups(List<String> sourceIpGroups) Set the sourceIpGroups property: List of source IpGroups for this rule.NatRule.withTranslatedAddress(String translatedAddress) Set the translatedAddress property: The translated address for this NAT rule.NatRule.withTranslatedFqdn(String translatedFqdn) Set the translatedFqdn property: The translated FQDN for this NAT rule.NatRule.withTranslatedPort(String translatedPort) Set the translatedPort property: The translated port for this NAT rule.