次の方法で共有


AppServicePlanPatchResource.Status プロパティ

定義

app Service プランの状態を取得します。 使用可能な値は、'Ready'、'Pending'、'Creating' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象