Partager via


MachinesOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorie toutes les machines hybrides de l’abonnement spécifié. Utilisez la propriété nextLink dans la réponse pour obtenir la page suivante des machines hybrides.

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

Paramètres

operations
IMachinesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à