Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRule
-
Packages that use AzureFirewallNatRule 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 AzureFirewallNatRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallNatRule Modifier and Type Method Description List<AzureFirewallNatRule>AzureFirewallNatRuleCollectionProperties. 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 AzureFirewallNatRule Modifier and Type Method Description AzureFirewallNatRuleCollectionPropertiesAzureFirewallNatRuleCollectionProperties. 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 AzureFirewallNatRule Modifier and Type Method Description AzureFirewallNatRuleAzureFirewallNatRule. withDescription(String description)Set the description property: Description of the rule.AzureFirewallNatRuleAzureFirewallNatRule. withDestinationAddresses(List<String> destinationAddresses)Set the destinationAddresses property: List of destination IP addresses for this rule.AzureFirewallNatRuleAzureFirewallNatRule. withDestinationPorts(List<String> destinationPorts)Set the destinationPorts property: List of destination ports.AzureFirewallNatRuleAzureFirewallNatRule. withName(String name)Set the name property: Name of the NAT rule.AzureFirewallNatRuleAzureFirewallNatRule. withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)Set the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNatRuleAzureFirewallNatRule. withSourceAddresses(List<String> sourceAddresses)Set the sourceAddresses property: List of source IP addresses for this rule.AzureFirewallNatRuleAzureFirewallNatRule. withSourceIpGroups(List<String> sourceIpGroups)Set the sourceIpGroups property: List of source IpGroups for this rule.AzureFirewallNatRuleAzureFirewallNatRule. withTranslatedAddress(String translatedAddress)Set the translatedAddress property: The translated address for this NAT rule.AzureFirewallNatRuleAzureFirewallNatRule. withTranslatedFqdn(String translatedFqdn)Set the translatedFqdn property: The translated FQDN for this NAT rule.AzureFirewallNatRuleAzureFirewallNatRule. 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 AzureFirewallNatRule Modifier and Type Method Description List<AzureFirewallNatRule>AzureFirewallNatRuleCollection. 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 AzureFirewallNatRule Modifier and Type Method Description AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withRules(List<AzureFirewallNatRule> rules)Set the rules property: Collection of rules used by a NAT rule collection.
-