你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobsOperationsExtensions.ListOutputFilesNext(IJobsOperations, String) 方法

定义

列出作业输出目录的给定目录中的所有目录和文件 (如果输出目录位于 Azure 文件共享或 Azure 存储容器) 。

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

上一次成功调用 List 操作的 NextLink。

返回

适用于