Freigeben über


GroupsOperationsExtensions.ListOwnersAsync Methode

Definition

Verzeichnisobjekte, die Besitzer der Gruppe 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.IGroupsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member ListOwnersAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations * 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 IGroupsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

objectId
String

Die Objekt-ID der Gruppe, 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: