Freigeben über


ManagementGroupsOperationsExtensions.ListNextAsync Methode

Definition

Listet die Verwaltungsgruppen für den authentifizierten Benutzer auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>> ListNextAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>>
<Extension()>
Public Function ListNextAsync (operations As IManagementGroupsOperations, nextPageLink As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagementGroupInfo))

Parameter

operations
IManagementGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

cacheControl
String

Gibt an, ob die Anforderung Caches verwenden soll. Füllen Sie den Header mit dem Wert "no-cache", um vorhandene Caches zu umgehen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: