LifetimeAction.Trigger Property

Definition

Gets or sets the condition that will execute the action.

[Newtonsoft.Json.JsonProperty(PropertyName="trigger")]
public Microsoft.Azure.KeyVault.Models.Trigger Trigger { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="trigger")>]
member this.Trigger : Microsoft.Azure.KeyVault.Models.Trigger with get, set
Public Property Trigger As Trigger

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to