ICloudBlob.AcquireLeaseAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AcquireLeaseAsync(Nullable<TimeSpan>, String) |
この BLOB のリースを取得する非同期操作を開始します。 |
AcquireLeaseAsync(Nullable<TimeSpan>, String, CancellationToken) |
この BLOB のリースを取得する非同期操作を開始します。 |
AcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext) |
この BLOB のリースを取得する非同期操作を開始します。 |
AcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
この BLOB のリースを取得する非同期操作を開始します。 |
AcquireLeaseAsync(Nullable<TimeSpan>, String)
この BLOB のリースを取得する非同期操作を開始します。
public System.Threading.Tasks.Task<string> AcquireLeaseAsync (TimeSpan? leaseTime, string proposedLeaseId = default);
abstract member AcquireLeaseAsync : Nullable<TimeSpan> * string -> System.Threading.Tasks.Task<string>
Public Function AcquireLeaseAsync (leaseTime As Nullable(Of TimeSpan), Optional proposedLeaseId As String = Nothing) As Task(Of String)
パラメーター
- proposedLeaseId
- String
新しいリースの推奨リース ID を表す文字列です。
戻り値
非同期操作を表す、string
型の Task オブジェクト。
適用対象
AcquireLeaseAsync(Nullable<TimeSpan>, String, CancellationToken)
この BLOB のリースを取得する非同期操作を開始します。
public System.Threading.Tasks.Task<string> AcquireLeaseAsync (TimeSpan? leaseTime, string proposedLeaseId, System.Threading.CancellationToken cancellationToken);
abstract member AcquireLeaseAsync : Nullable<TimeSpan> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function AcquireLeaseAsync (leaseTime As Nullable(Of TimeSpan), proposedLeaseId As String, cancellationToken As CancellationToken) As Task(Of String)
パラメーター
- proposedLeaseId
- String
新しいリースの推奨リース ID を表す文字列です。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す、string
型の Task オブジェクト。
適用対象
AcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)
この BLOB のリースを取得する非同期操作を開始します。
public System.Threading.Tasks.Task<string> AcquireLeaseAsync (TimeSpan? leaseTime, string proposedLeaseId, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member AcquireLeaseAsync : Nullable<TimeSpan> * string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Function AcquireLeaseAsync (leaseTime As Nullable(Of TimeSpan), proposedLeaseId As String, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of String)
パラメーター
- proposedLeaseId
- String
新しいリースの推奨リース ID を表す文字列です。
- accessCondition
- AccessCondition
要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
非同期操作を表す、string
型の Task オブジェクト。
適用対象
AcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
この BLOB のリースを取得する非同期操作を開始します。
public System.Threading.Tasks.Task<string> AcquireLeaseAsync (TimeSpan? leaseTime, string proposedLeaseId, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member AcquireLeaseAsync : Nullable<TimeSpan> * string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function AcquireLeaseAsync (leaseTime As Nullable(Of TimeSpan), proposedLeaseId As String, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
パラメーター
- proposedLeaseId
- String
新しいリースの推奨リース ID を表す文字列です。
- accessCondition
- AccessCondition
要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す、string
型の Task オブジェクト。
適用対象
Azure SDK for .NET