CloudJobExtensions Class
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.
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, 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
Azure SDK for .NET