Partager via


GroupAddMemberParameters.Url Propriété

Définition

Obtient ou définit l’URL d’un objet membre, telle que « https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", où « 0b1f9851-1bf0-433f-aec3-cb9272f093dc » est le tenantId et « f260bbc4-c254-447b-94cf-293b5ec434dd » est l’objectId du membre (utilisateur, application, servicePrincipal, groupe) à ajouter.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à