Partager via


ManagementGroupsOperationsExtensions.GetDescendantsAsync 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>> 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))

Paramètres

operations
IManagementGroupsOperations

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

groupId
String

ID du groupe d’administration.

skiptoken
String

Le jeton de continuation de page est utilisé uniquement si une opération précédente a retourné un résultat partiel. Si une réponse précédente contient un élément nextLink, la valeur de l’élément nextLink inclut un paramètre de jeton qui spécifie un point de départ à utiliser pour les appels suivants.

top
Nullable<Int32>

Nombre d’éléments à retourner lors de la récupération des résultats. La transmission de ce paramètre a pour effet de remplacer $skipToken.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à