Partager via


DedicatedHostGroupsOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorie tous les groupes hôtes dédiés dans l’abonnement. Utilisez la propriété nextLink dans la réponse pour obtenir la page suivante des groupes hôtes dédiés.

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

Paramètres

operations
IDedicatedHostGroupsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à