次の方法で共有


Workspace.ProvisioningState プロパティ

定義

プロビジョニングの状態を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public string ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : string
Public ReadOnly Property ProvisioningState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ワークスペースのプロビジョニングされた状態。 使用可能な値には、'creating'、'succeeded'、'failed'、'removeing' などがあります。

適用対象