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

CloudQueueClient.GetQueueReference(String) 方法

定义

使用指定名称返回对 CloudQueue 对象的引用。

public virtual Microsoft.Azure.Storage.Queue.CloudQueue GetQueueReference (string queueName);
abstract member GetQueueReference : string -> Microsoft.Azure.Storage.Queue.CloudQueue
override this.GetQueueReference : string -> Microsoft.Azure.Storage.Queue.CloudQueue
Public Overridable Function GetQueueReference (queueName As String) As CloudQueue

参数

queueName
String

一个包含队列名称的字符串。

返回

CloudQueue 对象。

适用于