StorageQueue Class

Definition

[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageQueue : Microsoft.Azure.Management.Storage.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageQueue = class
    inherit Resource
Public Class StorageQueue
Inherits Resource
Inheritance
StorageQueue
Attributes

Constructors

StorageQueue()

Initializes a new instance of the StorageQueue class.

StorageQueue(String, String, String, IDictionary<String,String>, Nullable<Int32>)

Initializes a new instance of the StorageQueue class.

Properties

ApproximateMessageCount

Gets integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Metadata

Gets or sets a name-value pair that represents queue metadata.

Name

Gets the name of the resource

(Inherited from Resource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to