次の方法で共有


ApplicationGateway.OperationalState プロパティ

定義

アプリケーション ゲートウェイ リソースの操作状態を取得します。 使用可能な値は、'Stopped'、'Starting'、'Running'、'Stopping' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.operationalState")]
public string OperationalState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.operationalState")>]
member this.OperationalState : string
Public ReadOnly Property OperationalState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象