ApplicationsOperationsExtensions.AddOwnerAsync Méthode
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.
Ajouter un propriétaire à une application.
public static System.Threading.Tasks.Task AddOwnerAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations operations, string applicationObjectId, Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.AddOwnerParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member AddOwnerAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations * string * Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.AddOwnerParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddOwnerAsync (operations As IApplicationsOperations, applicationObjectId As String, parameters As AddOwnerParameters, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- operations
- IApplicationsOperations
Groupe d’opérations pour cette méthode d’extension.
- applicationObjectId
- String
ID d’objet de l’application à laquelle ajouter le propriétaire.
- parameters
- AddOwnerParameters
URL de l’objet propriétaire, par https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434ddexemple .
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET