QueuePermissions Class (Microsoft.WindowsAzure.Storage.Queue.Protocol)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
QueuePermissions Class
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
Constructors
Name Description 
QueuePermissions()()()()
Initializes a new instance of the QueuePermissions class.
Properties
Name Description 
SharedAccessPoliciesSharedAccessPoliciesSharedAccessPoliciesSharedAccessPolicies
Gets the set of shared access policies for the queue.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (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
Represents the permissions for a queue.
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Queue.Protocol.::..QueuePermissions
Syntax
Constructors
| Name | Description | |
|---|---|---|
| QueuePermissions()()()() | Initializes a new instance of the QueuePermissions class. |
Properties
| Name | Description | |
|---|---|---|
| SharedAccessPoliciesSharedAccessPoliciesSharedAccessPoliciesSharedAccessPolicies | Gets the set of shared access policies for the queue. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (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.