Enum KeyRotationPolicyActionType

java.lang.Object
java.lang.Enum<KeyRotationPolicyActionType>
com.azure.resourcemanager.keyvault.models.KeyRotationPolicyActionType
All Implemented Interfaces:
Serializable, Comparable<KeyRotationPolicyActionType>, java.lang.constant.Constable

public enum KeyRotationPolicyActionType extends Enum<KeyRotationPolicyActionType>
The type of action.
  • Enum Constant Details

  • Method Details

    • values

      public static KeyRotationPolicyActionType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static KeyRotationPolicyActionType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static KeyRotationPolicyActionType fromString(String value)
      Parses a serialized value to a KeyRotationPolicyActionType instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed KeyRotationPolicyActionType object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<KeyRotationPolicyActionType>