Compartilhar via


ManagementGroupsOperationsExtensions.ListNext Método

Definição

Listar grupos de gerenciamento para o usuário autenticado.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo> ListNext (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache");
static member ListNext : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>
<Extension()>
Public Function ListNext (operations As IManagementGroupsOperations, nextPageLink As String, Optional cacheControl As String = "no-cache") As IPage(Of ManagementGroupInfo)

Parâmetros

operations
IManagementGroupsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cacheControl
String

Indica se a solicitação deve utilizar caches. Preencha o cabeçalho com o valor "sem cache" para ignorar os caches existentes.

Retornos

Aplica-se a