Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Represents the permissions for a queue.

Namespace:   Microsoft.WindowsAzure.Storage.Queue.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Queue.Protocol.::..QueuePermissions

Syntax

 
public sealed class QueuePermissions
 
public ref class QueuePermissions sealed 
 
[<Sealed>]
type QueuePermissions = class end
 
Public NotInheritable Class QueuePermissions

Constructors

NameDescription
System_CAPS_pubmethodQueuePermissions()()()()

Initializes a new instance of the QueuePermissions class.

Properties

NameDescription
System_CAPS_pubpropertySharedAccessPoliciesSharedAccessPoliciesSharedAccessPoliciesSharedAccessPolicies

Gets the set of shared access policies for the queue.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top