JobsOperationsExtensions.ListOutputFilesNextAsync 메서드

정의

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File>> ListOutputFilesNextAsync (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOutputFilesNextAsync : Microsoft.Azure.Management.BatchAI.IJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File>>
<Extension()>
Public Function ListOutputFilesNextAsync (operations As IJobsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of File))

매개 변수

operations
IJobsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상