CloudQueueClient.ListQueuesSegmented メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ListQueuesSegmented(QueueContinuationToken) |
キューのコレクションを含む結果セグメントを返します。 |
ListQueuesSegmented(String, QueueContinuationToken) |
キューのコレクションを含む結果セグメントを返します。 |
ListQueuesSegmented(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext) |
キューのコレクションを含む結果セグメントを返します。 |
ListQueuesSegmented(QueueContinuationToken)
キューのコレクションを含む結果セグメントを返します。
public virtual Microsoft.Azure.Storage.Queue.QueueResultSegment ListQueuesSegmented (Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
abstract member ListQueuesSegmented : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> Microsoft.Azure.Storage.Queue.QueueResultSegment
override this.ListQueuesSegmented : Microsoft.Azure.Storage.Queue.QueueContinuationToken -> Microsoft.Azure.Storage.Queue.QueueResultSegment
Public Overridable Function ListQueuesSegmented (currentToken As QueueContinuationToken) As QueueResultSegment
パラメーター
- currentToken
- QueueContinuationToken
前の QueueContinuationToken 一覧表示操作によって返された継続トークン。
戻り値
QueueResultSegment オブジェクト。
適用対象
ListQueuesSegmented(String, QueueContinuationToken)
キューのコレクションを含む結果セグメントを返します。
public virtual Microsoft.Azure.Storage.Queue.QueueResultSegment ListQueuesSegmented (string prefix, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken);
abstract member ListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> Microsoft.Azure.Storage.Queue.QueueResultSegment
override this.ListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.QueueContinuationToken -> Microsoft.Azure.Storage.Queue.QueueResultSegment
Public Overridable Function ListQueuesSegmented (prefix As String, currentToken As QueueContinuationToken) As QueueResultSegment
パラメーター
- prefix
- String
キュー名プレフィックスを含む文字列。
- currentToken
- QueueContinuationToken
前の QueueContinuationToken 一覧表示操作によって返された継続トークン。
戻り値
QueueResultSegment オブジェクト。
適用対象
ListQueuesSegmented(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)
キューのコレクションを含む結果セグメントを返します。
public virtual Microsoft.Azure.Storage.Queue.QueueResultSegment ListQueuesSegmented (string prefix, Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails queueListingDetails, int? maxResults, Microsoft.Azure.Storage.Queue.QueueContinuationToken currentToken, Microsoft.Azure.Storage.Queue.QueueRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
abstract member ListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Queue.QueueResultSegment
override this.ListQueuesSegmented : string * Microsoft.Azure.Storage.Queue.Protocol.QueueListingDetails * Nullable<int> * Microsoft.Azure.Storage.Queue.QueueContinuationToken * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Queue.QueueResultSegment
Public Overridable Function ListQueuesSegmented (prefix As String, queueListingDetails As QueueListingDetails, maxResults As Nullable(Of Integer), currentToken As QueueContinuationToken, Optional options As QueueRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As QueueResultSegment
パラメーター
- prefix
- String
キュー名プレフィックスを含む文字列。
- queueListingDetails
- QueueListingDetails
一覧に含める項目を記述する QueueListingDetails 列挙体です。
一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null
最大 5000 件の結果が返されます。
- currentToken
- QueueContinuationToken
前の一覧作成操作によって返された QueueContinuationToken です。
- options
- QueueRequestOptions
要求の追加オプションを指定する QueueRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
QueueResultSegment オブジェクト。
適用対象
Azure SDK for .NET