次の方法で共有


AppServiceEnvironment.Suspended プロパティ

定義

App Service Environmentが中断されている場合は、lt;コード>true</code> を取得&します。それ以外の場合は、<code>false</code>。 管理エンドポイントが使用できなくなった場合など、環境を中断できます (NSG によって受信トラフィックがブロックされた可能性が高い)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象