Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyNatRuleCollectionAction
Packages that use FirewallPolicyNatRuleCollectionAction
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyNatRuleCollectionAction in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyNatRuleCollectionActionModifier and TypeMethodDescriptionFirewallPolicyNatRuleCollection.action()Get the action property: The action type of a Nat rule collection.FirewallPolicyNatRuleCollectionAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyNatRuleCollectionAction from the JsonReader.FirewallPolicyNatRuleCollectionAction.withType(FirewallPolicyNatRuleCollectionActionType type) Set the type property: The type of action.Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyNatRuleCollectionActionModifier and TypeMethodDescriptionFirewallPolicyNatRuleCollection.withAction(FirewallPolicyNatRuleCollectionAction action) Set the action property: The action type of a Nat rule collection.