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

UserUpdateParameters.State 属性

定义

获取或设置帐户状态。 指定用户是否处于活动状态。 被阻止的用户无法登录开发人员门户或调用已订阅产品的任何 API。 默认状态为“活动”。 可能的值包括:“active”、“blocked”、“pending”、“deleted”

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于