CloudPageBlob.ClearPagesAsync メソッド

定義

オーバーロード

ClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

ページ BLOB からページをクリアする非同期操作を開始します。

ClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)

ページ BLOB からページをクリアする非同期操作を開始します。

ClearPagesAsync(Int64, Int64)

ページ BLOB からページをクリアする非同期操作を開始します。

ClearPagesAsync(Int64, Int64, CancellationToken)

ページ BLOB からページをクリアする非同期操作を開始します。

ClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

ページ BLOB からページをクリアする非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearPagesAsync (long startOffset, long length, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearPagesAsync : int64 * int64 * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ClearPagesAsync : int64 * int64 * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ClearPagesAsync (startOffset As Long, length As Long, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

パラメーター

startOffset
Int64

ページの消去を開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

length
Int64

消去するデータ範囲の長さ (バイト単位) です。 長さとして、512 の倍数を指定する必要があります。

accessCondition
AccessCondition

要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。 null の場合、条件は使用されません。

options
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

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

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

非同期操作を表す Task オブジェクト。

属性

適用対象

ClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)

ページ BLOB からページをクリアする非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearPagesAsync (long startOffset, long length, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearPagesAsync : int64 * int64 * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.ClearPagesAsync : int64 * int64 * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function ClearPagesAsync (startOffset As Long, length As Long, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task

パラメーター

startOffset
Int64

ページの消去を開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

length
Int64

消去するデータ範囲の長さ (バイト単位) です。 長さとして、512 の倍数を指定する必要があります。

accessCondition
AccessCondition

要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。 null の場合、条件は使用されません。

options
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

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

戻り値

非同期操作を表す Task オブジェクト。

属性

適用対象

ClearPagesAsync(Int64, Int64)

ページ BLOB からページをクリアする非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearPagesAsync (long startOffset, long length);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearPagesAsync : int64 * int64 -> System.Threading.Tasks.Task
override this.ClearPagesAsync : int64 * int64 -> System.Threading.Tasks.Task
Public Overridable Function ClearPagesAsync (startOffset As Long, length As Long) As Task

パラメーター

startOffset
Int64

ページの消去を開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

length
Int64

消去するデータ範囲の長さ (バイト単位) です。 長さとして、512 の倍数を指定する必要があります。

戻り値

非同期操作を表す Task オブジェクト。

属性

適用対象

ClearPagesAsync(Int64, Int64, CancellationToken)

ページ BLOB からページをクリアする非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task ClearPagesAsync (long startOffset, long length, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ClearPagesAsync : int64 * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ClearPagesAsync : int64 * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ClearPagesAsync (startOffset As Long, length As Long, cancellationToken As CancellationToken) As Task

パラメーター

startOffset
Int64

ページの消去を開始するオフセット (バイト単位) です。 オフセットとして、512 の倍数を指定する必要があります。

length
Int64

消去するデータ範囲の長さ (バイト単位) です。 長さとして、512 の倍数を指定する必要があります。

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

非同期操作を表す Task オブジェクト。

属性

適用対象