Freigeben über


ServicePrincipalsOperationsExtensions.ListOwnersAsync Methode

Definition

Die Verzeichnisobjekte, die Besitzer dieses Dienstprinzipals sind.

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

Parameter

operations
IServicePrincipalsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

objectId
String

Die Objekt-ID des Dienstprinzipals, für den 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: