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