CloudJobExtensions.GetOutputStoragePath(CloudJob, JobOutputKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET