次の方法で共有


User.RegistrationState プロパティ

定義

ラボ内でのユーザーの登録の状態を取得します。 使用可能な値は、'Registered'、'NotRegistered' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象