Partager via


DedicatedHostGroupsOperationsExtensions.ListBySubscriptionNext 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> ListBySubscriptionNext (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function ListBySubscriptionNext (operations As IDedicatedHostGroupsOperations, nextPageLink As String) As 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.

Retours

S’applique à