次の方法で共有


LabPlan.ProvisioningState プロパティ

定義

ラボ 計画の現在のプロビジョニング状態を取得します。 指定できる値は、'Creating'、'Updating'、'Deleting'、'Succeeded'、'Failed'、'Locked' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象