共用方式為


ExperimentsOperationsExtensions.ListByWorkspaceNext 方法

定義

取得指定工作區內的實驗清單。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Experiment> ListByWorkspaceNext (this Microsoft.Azure.Management.BatchAI.IExperimentsOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.BatchAI.IExperimentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Experiment>
<Extension()>
Public Function ListByWorkspaceNext (operations As IExperimentsOperations, nextPageLink As String) As IPage(Of Experiment)

參數

operations
IExperimentsOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

傳回

適用於