Partager via


ApplicationsOperationsExtensions.AddOwnerAsync Méthode

Définition

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à