Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRule
Packages that use AzureFirewallNatRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallNatRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRuleCollectionProperties.rules()Get the rules property: Collection of rules used by a NAT rule collection.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRuleCollectionProperties.withRules(List<AzureFirewallNatRule> rules) Set the rules property: Collection of rules used by a NAT rule collection. -
Uses of AzureFirewallNatRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallNatRuleModifier and TypeMethodDescriptionstatic AzureFirewallNatRuleAzureFirewallNatRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNatRule from the JsonReader.AzureFirewallNatRule.withDescription(String description) Set the description property: Description of the rule.AzureFirewallNatRule.withDestinationAddresses(List<String> destinationAddresses) Set the destinationAddresses property: List of destination IP addresses for this rule.AzureFirewallNatRule.withDestinationPorts(List<String> destinationPorts) Set the destinationPorts property: List of destination ports.Set the name property: Name of the NAT rule.AzureFirewallNatRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols) Set the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNatRule.withSourceAddresses(List<String> sourceAddresses) Set the sourceAddresses property: List of source IP addresses for this rule.AzureFirewallNatRule.withSourceIpGroups(List<String> sourceIpGroups) Set the sourceIpGroups property: List of source IpGroups for this rule.AzureFirewallNatRule.withTranslatedAddress(String translatedAddress) Set the translatedAddress property: The translated address for this NAT rule.AzureFirewallNatRule.withTranslatedFqdn(String translatedFqdn) Set the translatedFqdn property: The translated FQDN for this NAT rule.AzureFirewallNatRule.withTranslatedPort(String translatedPort) Set the translatedPort property: The translated port for this NAT rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.rules()Get the rules property: Collection of rules used by a NAT rule collection.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.withRules(List<AzureFirewallNatRule> rules) Set the rules property: Collection of rules used by a NAT rule collection.