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

UserCreateParameters.AppType 属性

定义

获取或设置确定发送创建用户请求的应用程序的类型。 默认值为旧门户。 可能的值包括:“portal”、“developerPortal”

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于