ICloudBlob.ReleaseLease メソッド

定義

この BLOB のリースを解放します。

public void ReleaseLease (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
abstract member ReleaseLease : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Sub ReleaseLease (accessCondition As AccessCondition, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

パラメーター

accessCondition
AccessCondition

AccessCondition要求を続行するために満たす必要がある条件 (必要なリース ID を含む) を表す オブジェクト。

options
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。 の場合 null、既定のオプションが要求に適用されます。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

適用対象