CloudBlobClient.BeginListContainersSegmented メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BeginListContainersSegmented(BlobContinuationToken, AsyncCallback, Object) |
コンテナーのコレクションを含む結果セグメントを返す非同期要求を開始します。 |
BeginListContainersSegmented(String, BlobContinuationToken, AsyncCallback, Object) |
コンテナーのコレクションを含む結果セグメントを返す非同期要求を開始します。 |
BeginListContainersSegmented(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object) |
名前が指定したプレフィックスで始まるコンテナーのコレクションを含む結果セグメントを返す非同期要求を開始します。 |
BeginListContainersSegmented(BlobContinuationToken, AsyncCallback, Object)
コンテナーのコレクションを含む結果セグメントを返す非同期要求を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListContainersSegmented (Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListContainersSegmented : Microsoft.Azure.Storage.Blob.BlobContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListContainersSegmented : Microsoft.Azure.Storage.Blob.BlobContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListContainersSegmented (continuationToken As BlobContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
パラメーター
- continuationToken
- BlobContinuationToken
前の BlobContinuationToken 一覧操作によって返されたオブジェクト。
- callback
- AsyncCallback
AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。
- state
- Object
コールバック デリゲートに渡されるユーザー定義オブジェクト。
戻り値
ICancellableAsyncResult非同期操作を参照する 。
- 属性
適用対象
BeginListContainersSegmented(String, BlobContinuationToken, AsyncCallback, Object)
コンテナーのコレクションを含む結果セグメントを返す非同期要求を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListContainersSegmented (string prefix, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListContainersSegmented : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListContainersSegmented : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListContainersSegmented (prefix As String, continuationToken As BlobContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
パラメーター
- prefix
- String
コンテナー名プレフィックスを含む文字列。
- continuationToken
- BlobContinuationToken
前の BlobContinuationToken 一覧操作によって返されたオブジェクト。
- callback
- AsyncCallback
AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。
- state
- Object
コールバック デリゲートに渡されるユーザー定義オブジェクト。
戻り値
ICancellableAsyncResult非同期操作を参照する 。
- 属性
適用対象
BeginListContainersSegmented(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)
名前が指定したプレフィックスで始まるコンテナーのコレクションを含む結果セグメントを返す非同期要求を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListContainersSegmented (string prefix, Microsoft.Azure.Storage.Blob.ContainerListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListContainersSegmented : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListContainersSegmented : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListContainersSegmented (prefix As String, detailsIncluded As ContainerListingDetails, maxResults As Nullable(Of Integer), continuationToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
パラメーター
- prefix
- String
コンテナー名プレフィックスを含む文字列。
- detailsIncluded
- ContainerListingDetails
リストを ContainerListingDetails 使用してコンテナー メタデータを返すかどうかを示す列挙値。
結果セグメントに返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null
最大 5000 件の結果が返されます。
- continuationToken
- BlobContinuationToken
前の BlobContinuationToken 一覧操作によって返されたオブジェクト。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- callback
- AsyncCallback
AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。
- state
- Object
コールバック デリゲートに渡されるユーザー定義オブジェクト。
戻り値
ICancellableAsyncResult非同期操作を参照する 。
- 属性
適用対象
Azure SDK for .NET