Partager via


ManagementGroupsOperationsExtensions.GetDescendantsNextAsync Méthode

Définition

Répertorie toutes les entités qui descendent d’un groupe d’administration.

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

Paramètres

operations
IManagementGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à