次の方法で共有


AppServiceEnvironmentResourceInner.EnvironmentIsHealthy プロパティ

定義

App Service Environmentが正常かどうかを示す true/false を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.environmentIsHealthy")]
public bool? EnvironmentIsHealthy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.environmentIsHealthy")>]
member this.EnvironmentIsHealthy : Nullable<bool>
Public ReadOnly Property EnvironmentIsHealthy As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象