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

CloudJobExtensions.GetOutputStoragePath(CloudJob, JobOutputKind) 方法

定义

获取存储给定类型文件的 Blob 名称前缀/文件夹

public static string GetOutputStoragePath (this Microsoft.Azure.Batch.CloudJob job, Microsoft.Azure.Batch.Conventions.Files.JobOutputKind kind);
static member GetOutputStoragePath : Microsoft.Azure.Batch.CloudJob * Microsoft.Azure.Batch.Conventions.Files.JobOutputKind -> string
<Extension()>
Public Function GetOutputStoragePath (job As CloudJob, kind As JobOutputKind) As String

参数

job
CloudJob

要计算其输出存储目标的作业。

kind
JobOutputKind

输出类型。

返回

存储给定类型文件的 Blob 名称前缀/文件夹。

适用于