Dela via


ExperimentsOperationsExtensions.ListByWorkspaceNextAsync Metod

Definition

Hämtar en lista över experiment inom den angivna arbetsytan.

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))

Parametrar

operations
IExperimentsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för