CloudJobExtensions.OutputStorageContainerName(CloudJob) メソッド

定義

の出力の Azure BLOB ストレージ コンテナーの名前を CloudJob取得します。

public static string OutputStorageContainerName (this Microsoft.Azure.Batch.CloudJob job);
static member OutputStorageContainerName : Microsoft.Azure.Batch.CloudJob -> string
<Extension()>
Public Function OutputStorageContainerName (job As CloudJob) As String

パラメーター

job
CloudJob

コンテナー名を取得するジョブ。

戻り値

このジョブの出力を保存するコンテナーの名前。

適用対象