Compartilhar via


ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionsUnderManagementGroupNextAsync Método

Definição

Recupera detalhes sobre todas as assinaturas associadas ao grupo de gerenciamento.

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

Parâmetros

operations
IManagementGroupSubscriptionsOperations

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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a