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

BlobDeleteBatchOperation 类

定义

定义要作为单个批处理请求执行的一组 SetTier 子操作。

public sealed class BlobDeleteBatchOperation : Microsoft.Azure.Storage.Blob.BatchOperation
type BlobDeleteBatchOperation = class
    inherit BatchOperation
Public NotInheritable Class BlobDeleteBatchOperation
Inherits BatchOperation
继承
BlobDeleteBatchOperation

构造函数

BlobDeleteBatchOperation()

定义要作为单个批处理请求执行的一组 SetTier 子操作。

方法

AddSubOperation(CloudBlob, DeleteSnapshotsOption, AccessCondition, BlobRequestOptions)

添加要作为批处理的一部分提交的操作。

适用于