次の方法で共有


AppServiceEnvironmentInner.ProvisioningState プロパティ

定義

App Service Environmentのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Failed'、'Canceled'、'InProgress'、'Deleting' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象