次の方法で共有


GalleryApplicationVersionPublishingProfile.EnableHealthCheck プロパティ

定義

省略可能な 値を取得または設定します。 このアプリケーションが正常性を報告するかどうか。

[Newtonsoft.Json.JsonProperty(PropertyName="enableHealthCheck")]
public bool? EnableHealthCheck { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableHealthCheck")>]
member this.EnableHealthCheck : Nullable<bool> with get, set
Public Property EnableHealthCheck As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象