JobOutputStorage.GetOutputStoragePath(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 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET