次の方法で共有


SecurityProfile.OpenAccess プロパティ

定義

任意のユーザーまたは指定されたユーザーのみがラボに登録できるかどうかを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="openAccess")]
public Microsoft.Azure.Management.LabServices.Models.EnableState? OpenAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="openAccess")>]
member this.OpenAccess : Nullable<Microsoft.Azure.Management.LabServices.Models.EnableState> with get, set
Public Property OpenAccess As Nullable(Of EnableState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象