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

適用対象