KeyRotationPolicyAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The action that will be executed when key rotation is triggered.
public readonly struct KeyRotationPolicyAction : IEquatable<Azure.Security.KeyVault.Keys.KeyRotationPolicyAction>
type KeyRotationPolicyAction = struct
Public Structure KeyRotationPolicyAction
Implements IEquatable(Of KeyRotationPolicyAction)
- Inheritance
-
KeyRotationPolicyAction
- Implements
Constructors
KeyRotationPolicyAction(String) |
Initializes a new instance of the KeyRotationPolicyAction structure. |
Properties
Notify |
Gets a KeyRotationPolicyAction that will trigger event grid events. |
Rotate |
Gets a KeyRotationPolicyAction action that will rotate the key based on the key policy. |
Methods
Equals(KeyRotationPolicyAction) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KeyRotationPolicyAction, KeyRotationPolicyAction) |
Determines if two KeyRotationPolicyAction values are the same. |
Implicit(String to KeyRotationPolicyAction) |
Converts a string to a KeyRotationPolicyAction. |
Inequality(KeyRotationPolicyAction, KeyRotationPolicyAction) |
Determines if two KeyRotationPolicyAction values are different. |
Applies to
Azure SDK for .NET