GroupAddMemberParameters.Url Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET