Megosztás a következőn keresztül:


ExperimentsOperationsExtensions.ListByWorkspaceNextAsync Metódus

Definíció

Lekéri a kísérletek listáját a megadott munkaterületen belül.

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éterek

operations
IExperimentsOperations

A bővítménymetódus műveleti csoportja.

nextPageLink
String

Az előző sikeres listázási művelet NextLinkje.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: