KeyRotationPolicyActionType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.keyvault.models.KeyRotationPolicyActionType

public enum KeyRotationPolicyActionType
extends Enum<KeyRotationPolicyActionType>

The type of action.

Fields

NOTIFY

Enum value notify.

ROTATE

Enum value rotate.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static KeyRotationPolicyActionType fromString(String value)

Parses a serialized value to a KeyRotationPolicyActionType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed KeyRotationPolicyActionType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static KeyRotationPolicyActionType valueOf(String name)

Parameters

name
String

Returns

values()

public static KeyRotationPolicyActionType[] values()

Returns

Applies to