SharedAccessQueuePolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a shared access policy for a queue, which specifies the start time, expiry time, and permissions for a shared access signature.
public sealed class SharedAccessQueuePolicy
type SharedAccessQueuePolicy = class
Public NotInheritable Class SharedAccessQueuePolicy
- Inheritance
-
SharedAccessQueuePolicy
Constructors
SharedAccessQueuePolicy() |
Initializes a new instance of the SharedAccessQueuePolicy class. |
Properties
Permissions |
Gets or sets the permissions for a shared access signature associated with this shared access policy. |
SharedAccessExpiryTime |
Gets or sets the expiry time for a shared access signature associated with this shared access policy. |
SharedAccessStartTime |
Gets or sets the start time for a shared access signature associated with this shared access policy. |
Methods
PermissionsFromString(String) |
Constructs a SharedAccessQueuePermissions object from a permissions string. |
PermissionsToString(SharedAccessQueuePermissions) |
Converts the permissions specified for the shared access policy to a string. |
Applies to
Azure SDK for .NET