Freigeben über


ApplicationsOperationsExtensions.ListOwnersAsync Methode

Definition

Verzeichnisobjekte, die Besitzer der Anwendung sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>> ListOwnersAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations operations, string applicationObjectId, System.Threading.CancellationToken cancellationToken = default);
static member ListOwnersAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>>
<Extension()>
Public Function ListOwnersAsync (operations As IApplicationsOperations, applicationObjectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

applicationObjectId
String

Die Objekt-ID der Anwendung, für die Besitzer abgerufen werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Die Besitzer sind eine Sammlung von Nicht-Administratorbenutzern, die berechtigt sind, dieses Objekt zu ändern.

Gilt für: