次の方法で共有


AutoHealActions.ActionType プロパティ

定義

実行する定義済みのアクションを取得または設定します。 使用可能な値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象