CloudJobExtensions.GetOutputStoragePath(CloudJob, JobOutputKind) Method

Definition

Gets the Blob name prefix/folder where files of the given kind are stored

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

Parameters

job
CloudJob

The job to calculate the output storage destination for.

kind
JobOutputKind

The output kind.

Returns

The Blob name prefix/folder where files of the given kind are stored.

Applies to