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

CloudTaskExtensions.OutputStorage(CloudTask, BlobServiceClient) Method

Definition

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