AppServiceEnvironmentResourceInner.EnvironmentIsHealthy Property

Definition

Gets true/false indicating whether the App Service Environment is healthy.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to