KeyRotationPolicyAction Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. security. keyvault. keys. models. KeyRotationPolicyAction
- com.
- java.
public enum KeyRotationPolicyAction
extends Enum<KeyRotationPolicyAction>
The type of the action. The value should be compared case-insensitively.
Fields
| NOTIFY |
Trigger Event Grid events. |
| ROTATE |
Rotate the key based on the key policy. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
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
Returns
the parsed KeyRotationPolicyAction object, or null if unable to parse.