Freigeben über


ManagementGroupsOperationsExtensions.GetDescendantsAsync Methode

Definition

Listet alle Entitäten auf, die von einer Verwaltungsgruppe absteigen.

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

Parameter

operations
IManagementGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

groupId
String

Verwaltungsgruppen-ID.

skiptoken
String

Das Seitenfortsetzungstoken wird nur verwendet, wenn ein vorheriger Vorgang ein Teilergebnis zurückgegeben hat. Wenn eine vorherige Antwort ein nextLink-Element enthält, enthält der Wert des nextLink-Elements einen Tokenparameter, der einen Startpunkt angibt, der für nachfolgende Aufrufe verwendet werden soll.

top
Nullable<Int32>

Anzahl der Elemente, die beim Abrufen von Ergebnissen zurückgegeben werden sollen. Durch Die Übergabe wird $skipToken überschrieben.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: