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

AddOwnerParameters.Url 属性

定义

获取或设置所有者对象 URL,例如“https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd",其中”0b1f9851-1bf0-433f-aec3-cb9272f093dc“是 tenantId,”f260bbc4-c254-447b-94cf-293b5ec434dd“是所有者 (用户的 objectId, 要添加的 application、servicePrincipal、group) 。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于