CloudQueueClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class CloudQueueClient
type CloudQueueClient = class
Public Class CloudQueueClient
Inheritance
Constructors
Properties
Methods
GetQueueReference(String)
GetServicePropertiesAsync()
GetServicePropertiesAsync(QueueRequestOptions, OperationContext, CancellationToken)
GetServicePropertiesAsync(QueueRequestOptions, OperationContext)
GetServiceStatsAsync()
GetServiceStatsAsync(QueueRequestOptions, OperationContext, CancellationToken)
GetServiceStatsAsync(QueueRequestOptions, OperationContext)
ListQueuesSegmentedAsync(QueueContinuationToken)
ListQueuesSegmentedAsync(String, QueueContinuationToken)
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>,
QueueContinuationToken, QueueRequestOptions, OperationContext,
CancellationToken)
ListQueuesSegmentedAsync(String, QueueListingDetails, Nullable<Int32>, QueueContinuationToken, QueueRequestOptions, OperationContext)
SetServicePropertiesAsync(ServiceProperties, QueueRequestOptions, OperationContext, CancellationToken)
SetServicePropertiesAsync(ServiceProperties, QueueRequestOptions, OperationContext)
SetServicePropertiesAsync(ServiceProperties)
Applies to