Partager via


DeploymentsOperationsExtensions.ListNextAsync Méthode

Définition

Obtient les déploiements associés au compte Cognitive Services.

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

Paramètres

operations
IDeploymentsOperations

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 à