AutoHealActions.ActionType Property

Definition

Gets or sets predefined action to be taken. Possible values include: 'Recycle', 'LogEvent', 'CustomAction'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to