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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET