Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallNatRuleCollectionProperties
Packages that use AzureFirewallNatRuleCollectionProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of AzureFirewallNatRuleCollectionProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type AzureFirewallNatRuleCollectionPropertiesModifier and TypeClassDescriptionfinal classProperties of the NAT rule collection.Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallNatRuleCollectionPropertiesModifier and TypeMethodDescriptionAzureFirewallNatRuleCollectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNatRuleCollectionProperties from the JsonReader.AzureFirewallNatRuleCollectionProperties.withAction(AzureFirewallNatRCAction action) Set the action property: The action type of a NAT rule collection.AzureFirewallNatRuleCollectionProperties.withPriority(Integer priority) Set the priority property: Priority of the NAT rule collection resource.AzureFirewallNatRuleCollectionProperties.withRules(List<AzureFirewallNatRule> rules) Set the rules property: Collection of rules used by a NAT rule collection.