SasDefinitionUpdateParameters 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 SAS definition update parameters.
public class SasDefinitionUpdateParameters
type SasDefinitionUpdateParameters = class
Public Class SasDefinitionUpdateParameters
- Inheritance
-
SasDefinitionUpdateParameters
Constructors
SasDefinitionUpdateParameters() |
Initializes a new instance of the SasDefinitionUpdateParameters class. |
SasDefinitionUpdateParameters(String, String, String, SasDefinitionAttributes, IDictionary<String,String>) |
Initializes a new instance of the SasDefinitionUpdateParameters class. |
Properties
SasDefinitionAttributes |
Gets or sets the attributes of the SAS definition. |
SasType |
Gets or sets the type of SAS token the SAS definition will create. Possible values include: 'account', 'service' |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
TemplateUri |
Gets or sets the SAS definition token template signed with an arbitrary key. Tokens created according to the SAS definition will have the same properties as the template. |
ValidityPeriod |
Gets or sets the validity period of SAS tokens created according to the SAS definition. |
Applies to
Azure SDK for .NET