Freigeben über


ApplicationsOperationsExtensions.ListOwnersNext Methode

Definition

Verzeichnisobjekte, die Besitzer der Anwendung sind.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject> ListOwnersNext (this Microsoft.Azure.Graph.RBAC.IApplicationsOperations operations, string nextPageLink);
static member ListOwnersNext : Microsoft.Azure.Graph.RBAC.IApplicationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>
<Extension()>
Public Function ListOwnersNext (operations As IApplicationsOperations, nextPageLink As String) As IPage(Of DirectoryObject)

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Hinweise

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

Gilt für: