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 Details

  • Constructor Details

    • AzureFirewallRCActionType

      @Deprecated public AzureFirewallRCActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AzureFirewallRCActionType value.
  • Method Details

    • fromString

      public static AzureFirewallRCActionType fromString(String name)
      Creates or finds a AzureFirewallRCActionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AzureFirewallRCActionType.
    • values

      public static Collection<AzureFirewallRCActionType> values()
      Gets known AzureFirewallRCActionType values.
      Returns:
      known AzureFirewallRCActionType values.