Freigeben über


ManagementGroupsOperationsExtensions.GetDescendantsNextAsync Methode

Definition

Listet alle Entitäten auf, die aus einer Verwaltungsgruppe stammen.

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))

Parameter

operations
IManagementGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: