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

이전의 성공적인 목록 호출 작업의 NextLink입니다.

반환

적용 대상