CloudTaskExtensions.OutputStorage(CloudTask, BlobServiceClient) 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 TaskOutputStorage for a specified CloudTask.
public static Microsoft.Azure.Batch.Conventions.Files.TaskOutputStorage OutputStorage (this Microsoft.Azure.Batch.CloudTask task, Azure.Storage.Blobs.BlobServiceClient blobClient);
static member OutputStorage : Microsoft.Azure.Batch.CloudTask * Azure.Storage.Blobs.BlobServiceClient -> Microsoft.Azure.Batch.Conventions.Files.TaskOutputStorage
<Extension()>
Public Function OutputStorage (task As CloudTask, blobClient As BlobServiceClient) As TaskOutputStorage
Parameters
- task
- CloudTask
The task for which to get output storage.
- blobClient
- BlobServiceClient
The blob service client linked to the Azure Batch storage account.
Returns
A TaskOutputStorage for the specified task.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET