Udostępnij za pośrednictwem


IAppServiceEnvironment.EnvironmentIsHealthy Property

Definition

True/false indicating whether the App Service Environment is healthy.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="True/false indicating whether the App Service Environment is healthy.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="environmentIsHealthy")]
public bool? EnvironmentIsHealthy { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="True/false indicating whether the App Service Environment is healthy.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="environmentIsHealthy")>]
member this.EnvironmentIsHealthy : Nullable<bool>
Public ReadOnly Property EnvironmentIsHealthy As Nullable(Of Boolean)

Property Value

Attributes

Applies to