Share via


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

TaskOutputStorage.GetOutputStoragePath(TaskOutputKind) 方法

定义

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

public string GetOutputStoragePath (Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind kind);
member this.GetOutputStoragePath : Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind -> string
Public Function GetOutputStoragePath (kind As TaskOutputKind) As String

参数

kind
TaskOutputKind

输出类型。

返回

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

适用于