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

CloudTaskExtensions.OutputStorage(CloudTask, BlobServiceClient) 方法

定义

TaskOutputStorage获取指定 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

参数

task
CloudTask

要获取其输出存储的任务。

blobClient
BlobServiceClient

链接到Azure Batch存储帐户的 Blob 服务客户端。

返回

指定任务的 TaskOutputStorage。

适用于