Share via


AppServiceEnvironmentData.IsSuspended Property

Definition

<code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic).

public bool? IsSuspended { get; }
member this.IsSuspended : Nullable<bool>
Public ReadOnly Property IsSuspended As Nullable(Of Boolean)

Property Value

Applies to