你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudJobExtensions Class

Definition

Provides methods for working with the outputs of a CloudJob.

public static class CloudJobExtensions
type CloudJobExtensions = class
Public Module CloudJobExtensions
Inheritance
CloudJobExtensions

Methods

Name Description
GetOutputStorageContainerUrl(CloudJob, BlobServiceClient, TimeSpan)

Gets the URL, including a Shared Access Signature (SAS) that permits writing, for the job's output storage container in Azure blob storage. This URL is suitable for passing to tasks so they can use the JobOutputStorage(Uri) or TaskOutputStorage(Uri, String) constructors that take a Uri.

GetOutputStorageContainerUrl(CloudJob, BlobServiceClient)

Gets the URL, including a Shared Access Signature (SAS) that permits writing, for the job's output storage container in Azure blob storage. This URL is suitable for passing to tasks so they can use the JobOutputStorage(Uri) or TaskOutputStorage(Uri, String) constructors that take a Uri.

GetOutputStoragePath(CloudJob, JobOutputKind)

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

OutputStorage(CloudJob, BlobServiceClient)

Gets the JobOutputStorage for a specified CloudJob.

OutputStorageContainerName(CloudJob)

Gets the name of the Azure blob storage container for the outputs of a CloudJob.

PrepareOutputStorageAsync(CloudJob, BlobServiceClient, CancellationToken)

Creates an Azure blob storage container for the outputs of a CloudJob.

Applies to