Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRuleCollection
Packages that use AzureFirewallNatRuleCollection
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 AzureFirewallNatRuleCollectionModifier and TypeMethodDescriptionAzureFirewallInner.natRuleCollections()Get the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.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 AzureFirewallNatRuleCollectionModifier and TypeMethodDescriptionAzureFirewallInner.withNatRuleCollections(List<AzureFirewallNatRuleCollection> natRuleCollections) Set the natRuleCollections property: Collection of NAT rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.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 AzureFirewallNatRuleCollectionModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNatRuleCollection from the JsonReader.AzureFirewallNatRuleCollection.withAction(AzureFirewallNatRCAction action) Set the action property: The action type of a NAT rule collection.Set the name property: The name of the resource that is unique within the Azure firewall.AzureFirewallNatRuleCollection.withPriority(Integer priority) Set the priority property: Priority of the NAT rule collection resource.AzureFirewallNatRuleCollection.withRules(List<AzureFirewallNatRule> rules) Set the rules property: Collection of rules used by a NAT rule collection.