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

CloudQueueClient 类

定义

public class CloudQueueClient
type CloudQueueClient = class
Public Class CloudQueueClient
继承
CloudQueueClient

构造函数

CloudQueueClient(StorageUri, StorageCredentials)
CloudQueueClient(Uri, StorageCredentials)

属性

AuthenticationScheme
BaseUri
BufferManager
Credentials
DefaultRequestOptions
StorageUri

方法

GetQueueReference(String)
GetServicePropertiesAsync()
GetServicePropertiesAsync(QueueRequestOptions, OperationContext)
GetServicePropertiesAsync(QueueRequestOptions, OperationContext, CancellationToken)
GetServiceStatsAsync()
GetServiceStatsAsync(QueueRequestOptions, OperationContext)
GetServiceStatsAsync(QueueRequestOptions, OperationContext, CancellationToken)
ListQueuesSegmentedAsync(QueueContinuationToken)
ListQueuesSegmentedAsync(String, QueueContinuationToken)
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext, CancellationToken)
SetServicePropertiesAsync(ServiceProperties)
SetServicePropertiesAsync(ServiceProperties, QueueRequestOptions, OperationContext)
SetServicePropertiesAsync(ServiceProperties, QueueRequestOptions, OperationContext, CancellationToken)

适用于