你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistrationState 枚举

定义

定义 RegistrationState 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RegistrationState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RegistrationState = 
Public Enum RegistrationState
继承
RegistrationState
属性
Newtonsoft.Json.JsonConverterAttribute

字段

NotRegistered 1

用户已注册到实验室。

Registered 0

用户尚未向实验室注册。

适用于