BlobLeaseRequestConditions 类

定义

指定对容器或 Blob 进行租赁操作的访问条件。

public class BlobLeaseRequestConditions : Azure.RequestConditions
type BlobLeaseRequestConditions = class
    inherit RequestConditions
Public Class BlobLeaseRequestConditions
Inherits RequestConditions
继承
BlobLeaseRequestConditions
派生

构造函数

BlobLeaseRequestConditions()

默认构造函数。

属性

IfMatch

(可选)将请求限制为具有匹配 ETag 的资源。

(继承自 MatchConditions)
IfModifiedSince

(可选)将请求限制为自此时间点以来已修改的资源。

(继承自 RequestConditions)
IfNoneMatch

(可选)将请求限制为与 ETag 不匹配的资源。

(继承自 MatchConditions)
IfUnmodifiedSince

(可选)将请求限制为未修改的资源。

(继承自 RequestConditions)
TagConditions

要应用于 Blob 的标记的可选 SQL 语句。

适用于