ListContainerSasInput Constructors
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.
Overloads
ListContainerSasInput() |
Initializes a new instance of the ListContainerSasInput class. |
ListContainerSasInput(Nullable<AssetContainerPermission>, Nullable<DateTime>) |
Initializes a new instance of the ListContainerSasInput class. |
ListContainerSasInput()
Initializes a new instance of the ListContainerSasInput class.
public ListContainerSasInput ();
Public Sub New ()
Applies to
ListContainerSasInput(Nullable<AssetContainerPermission>, Nullable<DateTime>)
Initializes a new instance of the ListContainerSasInput class.
public ListContainerSasInput (Microsoft.Azure.Management.Media.Models.AssetContainerPermission? permissions = default, DateTime? expiryTime = default);
new Microsoft.Azure.Management.Media.Models.ListContainerSasInput : Nullable<Microsoft.Azure.Management.Media.Models.AssetContainerPermission> * Nullable<DateTime> -> Microsoft.Azure.Management.Media.Models.ListContainerSasInput
Public Sub New (Optional permissions As Nullable(Of AssetContainerPermission) = Nothing, Optional expiryTime As Nullable(Of DateTime) = Nothing)
Parameters
- permissions
- Nullable<AssetContainerPermission>
The permissions to set on the SAS URL. Possible values include: 'Read', 'ReadWrite', 'ReadWriteDelete'
The SAS URL expiration time. This must be less than 24 hours from the current time.
Applies to
Azure SDK for .NET