次の方法で共有


JobOutputStorage.GetOutputStoragePath(JobOutputKind) メソッド

定義

指定された種類のファイルが格納されている BLOB 名プレフィックス/フォルダーを取得します

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

パラメーター

kind
JobOutputKind

出力の種類。

戻り値

指定した種類のファイルが格納される BLOB 名プレフィックス/フォルダー。

適用対象