shared_access_policy Class
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
class shared_access_policy;
Members
Protected Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the shared_access_policy class. |
Public Methods
Name | Description |
---|---|
Gets the expiry time for the shared access policy. |
|
Indicates whether the shared_access_policy object is valid. |
|
Gets the permissions for the shared access policy. |
|
Get a canonical string representation of the permissions for a shared access policy. |
|
Sets the expiry time for the shared access policy. |
|
Sets the permissions from the specified permissions. |
|
Sets the permissions from the given string. |
|
Sets the start time for the shared access policy. |
|
Gets the start time for the shared access policy. |
Inheritance Hierarchy
shared_access_policy
Requirements
Header: common.h
Namespace: azure::storage