次の方法で共有


AppServiceEnvironmentResourceInner.Status プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象