IAppServiceEnvironmentResource.Suspended Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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