Compartir a través de


AutoHealActions.ActionType Propiedad

Definición

Obtiene o establece la acción predefinida que se va a realizar. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a