Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Represents a shared access policy for a queue, which specifies the start time, expiry time, and permissions for a shared access signature.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Queue.::..SharedAccessQueuePolicy

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodSharedAccessQueuePolicy()()()()

Initializes a new instance of the SharedAccessQueuePolicy class.

Properties

NameDescription
System_CAPS_pubpropertyPermissionsPermissionsPermissionsPermissions

Gets or sets the permissions for a shared access signature associated with this shared access policy.

System_CAPS_pubpropertySharedAccessExpiryTimeSharedAccessExpiryTimeSharedAccessExpiryTimeSharedAccessExpiryTime

Gets or sets the expiry time for a shared access signature associated with this shared access policy.

System_CAPS_pubpropertySharedAccessStartTimeSharedAccessStartTimeSharedAccessStartTimeSharedAccessStartTime

Gets or sets the start time for a shared access signature associated with this shared access policy.

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