次の方法で共有


CloudQueueClient.ListQueuesSegmentedAsync メソッド

定義

オーバーロード

ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

ListQueuesSegmentedAsync(QueueContinuationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

ListQueuesSegmentedAsync(String, QueueContinuationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails queueListingDetails, int? maxResults, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)

パラメーター

prefix
String

キュー名プレフィックスを含む文字列。

queueListingDetails
QueueListingDetails

一覧に含める項目を記述する QueueListingDetails 列挙体です。

maxResults
Nullable<Int32>

一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が null の場合は、最大 5000 件の結果が返されます。

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

options
QueueRequestOptions

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

operationContext
OperationContext

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

cancellationToken
CancellationToken

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

戻り値

非同期操作を表す、QueueResultSegment 型の Task<TResult> オブジェクト。

属性

適用対象

ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails queueListingDetails, int? maxResults, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, options As QueueRequestOptions, operationContext As OperationContext) As Task(Of QueueResultSegment)

パラメーター

prefix
String

キュー名プレフィックスを含む文字列。

queueListingDetails
QueueListingDetails

一覧に含める項目を記述する QueueListingDetails 列挙体です。

maxResults
Nullable<Int32>

一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null最大 5000 件の結果が返されます。

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

options
QueueRequestOptions

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

operationContext
OperationContext

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

戻り値

非同期操作を表す、QueueResultSegment 型の Task<TResult> オブジェクト。

属性

適用対象

ListQueuesSegmentedAsync(String, QueueContinuationToken, CancellationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, currentToken As QueueContinuationToken, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)

パラメーター

prefix
String

キュー名プレフィックスを含む文字列。

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

cancellationToken
CancellationToken

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

戻り値

非同期操作を表す、QueueResultSegment 型の Task<TResult> オブジェクト。

属性

適用対象

ListQueuesSegmentedAsync(QueueContinuationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (currentToken As QueueContinuationToken) As Task(Of QueueResultSegment)

パラメーター

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

戻り値

非同期操作を表す、QueueResultSegment 型の Task<TResult> オブジェクト。

属性

適用対象

ListQueuesSegmentedAsync(QueueContinuationToken, CancellationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : Microsoft.Azure.Storage.Queue.QueueContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (currentToken As QueueContinuationToken, cancellationToken As CancellationToken) As Task(Of QueueResultSegment)

パラメーター

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

cancellationToken
CancellationToken

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

戻り値

非同期操作を表す、QueueResultSegment 型の Task<TResult> オブジェクト。

属性

適用対象

ListQueuesSegmentedAsync(String, QueueContinuationToken)

キューのコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment> ListQueuesSegmentedAsync (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
override this.ListQueuesSegmentedAsync : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Queue.QueueResultSegment>
Public Overridable Function ListQueuesSegmentedAsync (prefix As String, currentToken As QueueContinuationToken) As Task(Of QueueResultSegment)

パラメーター

prefix
String

キュー名プレフィックスを含む文字列。

currentToken
QueueContinuationToken

前の一覧作成操作によって返された QueueContinuationToken です。

戻り値

非同期操作を表す、QueueResultSegment 型の Task<TResult> オブジェクト。

属性

適用対象