Class AzureFirewallRCActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureFirewallRCActionType>
com.azure.resourcemanager.network.models.AzureFirewallRCActionType
public final class AzureFirewallRCActionType
extends com.azure.core.util.ExpandableStringEnum<AzureFirewallRCActionType>
The action type of a rule collection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AzureFirewallRCActionTypeStatic value Allow for AzureFirewallRCActionType.static final AzureFirewallRCActionTypeStatic value Deny for AzureFirewallRCActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AzureFirewallRCActionTypefromString(String name) Creates or finds a AzureFirewallRCActionType from its string representation.static Collection<AzureFirewallRCActionType>values()Gets known AzureFirewallRCActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ALLOW
Static value Allow for AzureFirewallRCActionType. -
DENY
Static value Deny for AzureFirewallRCActionType.
-
-
Constructor Details
-
AzureFirewallRCActionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AzureFirewallRCActionType value.
-
-
Method Details
-
fromString
Creates or finds a AzureFirewallRCActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AzureFirewallRCActionType.
-
values
Gets known AzureFirewallRCActionType values.- Returns:
- known AzureFirewallRCActionType values.
-
fromString(String)factory method.