SharedAccessBlobPolicy 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, which specifies the start time, expiry time, and permissions for a shared access signature.
public sealed class SharedAccessBlobPolicy
type SharedAccessBlobPolicy = class
Public NotInheritable Class SharedAccessBlobPolicy
- Inheritance
-
SharedAccessBlobPolicy
Constructors
SharedAccessBlobPolicy() |
Initializes a new instance of the SharedAccessBlobPolicy 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 SharedAccessBlobPermissions object from a permissions string. |
PermissionsToString(SharedAccessBlobPermissions) |
Converts the permissions specified for the shared access policy to a string. |
Applies to
Azure SDK for .NET