Partager via


KeyRotationPolicyAction Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.security.keyvault.keys.models.KeyRotationPolicyAction

public enum KeyRotationPolicyAction
extends Enum<KeyRotationPolicyAction>

The type of the action.

Fields

NOTIFY

Trigger event grid events.

ROTATE

Rotate the key based on the key policy.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static KeyRotationPolicyAction fromString(String value)

Parses a serialized value to a KeyRotationPolicyAction instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static KeyRotationPolicyAction valueOf(String name)

Parameters

name
String

Returns

values()

public static KeyRotationPolicyAction[] values()

Returns

Applies to