你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudJobExtensions.PrepareOutputStorageAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 的 CloudJob输出创建 Azure Blob 存储容器。
public static System.Threading.Tasks.Task PrepareOutputStorageAsync (this Microsoft.Azure.Batch.CloudJob job, Azure.Storage.Blobs.BlobServiceClient blobClient, System.Threading.CancellationToken cancellationToken = default);
static member PrepareOutputStorageAsync : Microsoft.Azure.Batch.CloudJob * Azure.Storage.Blobs.BlobServiceClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function PrepareOutputStorageAsync (job As CloudJob, blobClient As BlobServiceClient, Optional cancellationToken As CancellationToken = Nothing) As Task
参数
- job
- CloudJob
要为其创建容器的作业。
- blobClient
- BlobServiceClient
链接到Azure Batch存储帐户的 Blob 服务客户端。
- cancellationToken
- CancellationToken
一个 CancellationToken ,用于控制异步操作的生存期。
返回
表示异步操作的 Task。