次の方法で共有


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 名プレフィックス/フォルダー。

適用対象