LifetimeAction Class
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.
Action and its trigger that will be performed by Key Vault over the lifetime of a certificate.
public class LifetimeAction
type LifetimeAction = class
Public Class LifetimeAction
- Inheritance
-
LifetimeAction
Constructors
LifetimeAction() |
Initializes a new instance of the LifetimeAction class. |
LifetimeAction(Trigger, Action) |
Initializes a new instance of the LifetimeAction class. |
Properties
Action |
Gets or sets the action that will be executed. |
Trigger |
Gets or sets the condition that will execute the action. |
Methods
Validate() |
Validate the object. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.