Partager via


DedicatedHostGroupsOperationsExtensions.ListBySubscriptionAsync 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.Fluent.Models.DedicatedHostGroupInner>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Compute.Fluent.IDedicatedHostGroupsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Compute.Fluent.IDedicatedHostGroupsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupInner>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IDedicatedHostGroupsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DedicatedHostGroupInner))

Paramètres

operations
IDedicatedHostGroupsOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à