次の方法で共有


MSDeployStatus.ProvisioningState プロパティ

定義

プロビジョニングの状態を取得します。 使用可能な値は、'accepted'、'running'、'succeeded'、'failed'、'canceled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象