次の方法で共有


Lab.LabPlanId プロパティ

定義

ラボ 計画の ID を取得または設定します。 リソースの作成時に既定値を提供するために使用され、labs.azure.com を使用してラボを作成するときにアクセス許可コンテナーとして機能します。 既存のラボに labPlanId を設定すると、organizationが提供されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.labPlanId")]
public string LabPlanId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.labPlanId")>]
member this.LabPlanId : string with get, set
Public Property LabPlanId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象