次の方法で共有


AppServiceEnvironmentInner.Status プロパティ

定義

App Service Environmentの現在の状態を取得します。 使用可能な値は、'準備中'、'Ready'、'Scaling'、'Removeing' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentStatus>
Public ReadOnly Property Status As Nullable(Of HostingEnvironmentStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象