Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRuleCollection
-
Packages that use AzureFirewallNatRuleCollection 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 AzureFirewallNatRuleCollection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallNatRuleCollection Modifier and Type Method Description List<AzureFirewallNatRuleCollection>AzureFirewallInner. natRuleCollections()Get the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.List<AzureFirewallNatRuleCollection>AzureFirewallPropertiesFormat. natRuleCollections()Get the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallNatRuleCollection Modifier and Type Method Description AzureFirewallInnerAzureFirewallInner. withNatRuleCollections(List<AzureFirewallNatRuleCollection> natRuleCollections)Set the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.AzureFirewallPropertiesFormatAzureFirewallPropertiesFormat. withNatRuleCollections(List<AzureFirewallNatRuleCollection> natRuleCollections)Set the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall. -
Uses of AzureFirewallNatRuleCollection in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallNatRuleCollection Modifier and Type Method Description AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withAction(AzureFirewallNatRCAction action)Set the action property: The action type of a NAT rule collection.AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withId(String id)AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withName(String name)Set the name property: The name of the resource that is unique within the Azure firewall.AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withPriority(Integer priority)Set the priority property: Priority of the NAT rule collection resource.AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withRules(List<AzureFirewallNatRule> rules)Set the rules property: Collection of rules used by a NAT rule collection.
-