JobsOperationsExtensions.ListOutputFilesNext(IJobsOperations, String) 메서드

정의

작업 출력 디렉터리의 지정된 디렉터리 내에 있는 모든 디렉터리 및 파일을 나열합니다(출력 디렉터리가 Azure 파일 공유 또는 Azure Storage 컨테이너에 있는 경우).

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

매개 변수

operations
IJobsOperations

이 확장 메서드에 대한 작업 그룹입니다.

nextPageLink
String

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

반환

적용 대상