Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyNatRuleCollection
Packages that use FirewallPolicyNatRuleCollection
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyNatRuleCollection in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyNatRuleCollectionModifier and TypeMethodDescriptionFirewallPolicyNatRuleCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyNatRuleCollection from the JsonReader.FirewallPolicyNatRuleCollection.withAction(FirewallPolicyNatRuleCollectionAction action) Set the action property: The action type of a Nat rule collection.Set the name property: The name of the rule collection.FirewallPolicyNatRuleCollection.withPriority(Integer priority) Set the priority property: Priority of the Firewall Policy Rule Collection resource.FirewallPolicyNatRuleCollection.withRules(List<FirewallPolicyRule> rules) Set the rules property: List of rules included in a rule collection.