共用方式為


JobsOperationsExtensions.ListByExperimentNext(IJobsOperations, String) 方法

定義

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

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

參數

operations
IJobsOperations

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

nextPageLink
String

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

傳回

適用於