Partager via


OperationStatusOperationsExtensions.ListNextAsync Méthode

Définition

Répertorier les opérations asynchrones, en cours, dans un cluster

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

Paramètres

operations
IOperationStatusOperations

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 à