Uses of Class
com.microsoft.azure.management.network.AzureFirewallNatRule
Packages that use AzureFirewallNatRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AzureFirewallNatRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRule.withDescription
(String description) Set description of the rule.AzureFirewallNatRule.withDestinationAddresses
(List<String> destinationAddresses) Set list of destination IP addresses for this rule.AzureFirewallNatRule.withDestinationPorts
(List<String> destinationPorts) Set list of destination ports.Set name of the NAT rule.AzureFirewallNatRule.withProtocols
(List<AzureFirewallNetworkRuleProtocol> protocols) Set array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNatRule.withSourceAddresses
(List<String> sourceAddresses) Set list of source IP addresses for this rule.AzureFirewallNatRule.withSourceIpGroups
(List<String> sourceIpGroups) Set list of source IpGroups for this rule.AzureFirewallNatRule.withTranslatedAddress
(String translatedAddress) Set the translated address for this NAT rule.AzureFirewallNatRule.withTranslatedFqdn
(String translatedFqdn) Set the translated FQDN for this NAT rule.AzureFirewallNatRule.withTranslatedPort
(String translatedPort) Set the translated port for this NAT rule.Methods in com.microsoft.azure.management.network that return types with arguments of type AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.rules()
Get collection of rules used by a NAT rule collection.Method parameters in com.microsoft.azure.management.network with type arguments of type AzureFirewallNatRuleModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.withRules
(List<AzureFirewallNatRule> rules) Set collection of rules used by a NAT rule collection.