Partager via


CloudServiceRoleInstancesOperationsExtensions.ListNextAsync Méthode

Définition

Obtient la liste de toutes les instances de rôle dans un service cloud. Utilisez la propriété nextLink dans la réponse pour obtenir la page suivante des instances de rôle. Effectuez cette opération jusqu’à ce que nextLink soit null pour extraire toutes les instances de rôle.

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

Paramètres

operations
ICloudServiceRoleInstancesOperations

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 à