Delen via


AzureStorageQueue Class

Definition

Azure storage queue

public class AzureStorageQueue : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBase
type AzureStorageQueue = class
    inherit AzureStorageBase
Public Class AzureStorageQueue
Inherits AzureStorageBase
Inheritance
AzureStorageQueue

Constructors

AzureStorageQueue(CloudQueue)
AzureStorageQueue(CloudQueue)
AzureStorageQueue(QueueClient, QueueProperties, AzureStorageContext)
AzureStorageQueue(QueueClient, QueueProperties, AzureStorageContext)

Properties

ApproximateMessageCount

Approximate message count

CloudQueue
Context (Inherited from AzureStorageBase)
EncodeMessage
Name (Inherited from AzureStorageBase)
QueueClient

XSCL Track2 Queue Client, used to run Queue APIs

QueueProperties

XSCL Track2 Queue properties, will retrieve the properties on server and return to user

Uri

Queue uri

Methods

GetTrack1QueueClient(QueueClient, StorageCredentials)
GetTrack2QueueClient(CloudQueue, AzureStorageContext)

Applies to