ListContainerSasInput 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.
The parameters to the list SAS request.
public class ListContainerSasInput
type ListContainerSasInput = class
Public Class ListContainerSasInput
- Inheritance
-
ListContainerSasInput
Constructors
ListContainerSasInput() |
Initializes a new instance of the ListContainerSasInput class. |
ListContainerSasInput(Nullable<AssetContainerPermission>, Nullable<DateTime>) |
Initializes a new instance of the ListContainerSasInput class. |
Properties
ExpiryTime |
Gets or sets the SAS URL expiration time. This must be less than 24 hours from the current time. |
Permissions |
Gets or sets the permissions to set on the SAS URL. Possible values include: 'Read', 'ReadWrite', 'ReadWriteDelete' |