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