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

QueueAccountExtensions.CreateCloudQueueClient(CloudStorageAccount) 方法

定义

创建队列服务客户端。

public static Microsoft.Azure.Storage.Queue.CloudQueueClient CreateCloudQueueClient (this Microsoft.Azure.Storage.CloudStorageAccount account);
static member CreateCloudQueueClient : Microsoft.Azure.Storage.CloudStorageAccount -> Microsoft.Azure.Storage.Queue.CloudQueueClient
<Extension()>
Public Function CreateCloudQueueClient (account As CloudStorageAccount) As CloudQueueClient

参数

返回

CloudQueueClient 对象。

适用于