Udostępnij za pośrednictwem


IAppServiceEnvironment.Suspended Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<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\r\n         (most likely because NSG blocked the incoming traffic).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="suspended")]
public bool? Suspended { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<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\r\n         (most likely because NSG blocked the incoming traffic).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="suspended")>]
member this.Suspended : Nullable<bool> with get, set
Public Property Suspended As Nullable(Of Boolean)

Property Value

Attributes

Applies to