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

CloudTaskExtensions Class

Definition

Provides methods for working with the outputs of a CloudTask.

public static class CloudTaskExtensions
type CloudTaskExtensions = class
Public Module CloudTaskExtensions
Inheritance
CloudTaskExtensions

Methods

Name Description
GetOutputStoragePath(CloudTask, TaskOutputKind)

Gets the Blob name prefix/folder where files of the given kind are stored

OutputStorage(CloudTask, BlobServiceClient)

Gets the TaskOutputStorage for a specified CloudTask.

Applies to