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

StorageQueueCollection.GetAsync(String, CancellationToken) 方法

定义

获取具有指定队列名称的队列,该队列位于指定的帐户下(如果存在)。

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

参数

queueName
String

队列名称在存储帐户中必须唯一,并且必须介于 3 到 63 个字符之间。名称只能包含小写字母数字和短划线 () 字符,它应以字母数字字符开头和结尾,并且不能有两个连续的短划线 () 字符。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

queueName 是一个空字符串,预期为非空。

queueName 为 null。

适用于