Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyFilterRuleCollectionActionType
Packages that use FirewallPolicyFilterRuleCollectionActionType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyFilterRuleCollectionActionType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type FirewallPolicyFilterRuleCollectionActionType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe action type of a rule.Fields in com.azure.resourcemanager.network.models declared as FirewallPolicyFilterRuleCollectionActionTypeModifier and TypeFieldDescriptionstatic final FirewallPolicyFilterRuleCollectionActionTypeFirewallPolicyFilterRuleCollectionActionType.ALLOWStatic value Allow for FirewallPolicyFilterRuleCollectionActionType.static final FirewallPolicyFilterRuleCollectionActionTypeFirewallPolicyFilterRuleCollectionActionType.DENYStatic value Deny for FirewallPolicyFilterRuleCollectionActionType.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyFilterRuleCollectionActionTypeModifier and TypeMethodDescriptionFirewallPolicyFilterRuleCollectionActionType.fromString(String name) Creates or finds a FirewallPolicyFilterRuleCollectionActionType from its string representation.FirewallPolicyFilterRuleCollectionAction.type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyFilterRuleCollectionActionTypeModifier and TypeMethodDescriptionFirewallPolicyFilterRuleCollectionActionType.values()Gets known FirewallPolicyFilterRuleCollectionActionType values.Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyFilterRuleCollectionActionTypeModifier and TypeMethodDescriptionFirewallPolicyFilterRuleCollectionAction.withType(FirewallPolicyFilterRuleCollectionActionType type) Set the type property: The type of action.