LifetimeAction.Action Property

Definition

Gets or sets the action that will be executed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to