JobOutputStorage.GetOutputStoragePath(JobOutputKind) Method

Definition

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

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

Parameters

kind
JobOutputKind

The output kind.

Returns

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

Applies to