Action.ActionType Property

Definition

Gets or sets the type of the action. Possible values include: 'EmailContacts', 'AutoRenew'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to