你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageQueueCollection.GetAll(String, String, CancellationToken) 方法

定义

获取指定存储帐户下的所有队列的列表

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues
  • 操作IdQueue_List
public virtual Azure.Pageable<Azure.ResourceManager.Storage.StorageQueueResource> GetAll (string maxpagesize = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.StorageQueueResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.StorageQueueResource>
Public Overridable Function GetAll (Optional maxpagesize As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageQueueResource)

参数

maxpagesize
String

可选,列表队列响应中应包含的最大队列数。

filter
String

可选,指定时,仅列出名称以给定筛选器开头的队列。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 StorageQueueResource 集合。

适用于