Partager via


ExperimentsOperationsExtensions.ListByWorkspaceNextAsync Méthode

Définition

Obtient la liste des expériences dans l’espace de travail spécifié.

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

Paramètres

operations
IExperimentsOperations

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 à