Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallNatRuleCollectionProperties
-
Packages that use AzureFirewallNatRuleCollectionProperties Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of AzureFirewallNatRuleCollectionProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallNatRuleCollectionProperties Modifier and Type Method Description AzureFirewallNatRuleCollectionPropertiesAzureFirewallNatRuleCollectionProperties. withAction(AzureFirewallNatRCAction action)Set the action property: The action type of a NAT rule collection.AzureFirewallNatRuleCollectionPropertiesAzureFirewallNatRuleCollectionProperties. withPriority(Integer priority)Set the priority property: Priority of the NAT rule collection resource.AzureFirewallNatRuleCollectionPropertiesAzureFirewallNatRuleCollectionProperties. withRules(List<AzureFirewallNatRule> rules)Set the rules property: Collection of rules used by a NAT rule collection.
-