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

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.

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.

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