AppServiceEnvironmentResourceInner.Suspended Property

Definition

Gets or sets <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).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to