SasDefinitionBundle 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.
A SAS definition bundle consists of key vault SAS definition details plus its attributes.
public class SasDefinitionBundle
type SasDefinitionBundle = class
Public Class SasDefinitionBundle
- Inheritance
-
SasDefinitionBundle
- Derived
Constructors
SasDefinitionBundle() |
Initializes a new instance of the SasDefinitionBundle class. |
SasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>) |
Initializes a new instance of the SasDefinitionBundle class. |
Properties
Attributes |
Gets the SAS definition attributes. |
Id |
Gets the SAS definition id. |
SasType |
Gets the type of SAS token the SAS definition will create. Possible values include: 'account', 'service' |
SecretId |
Gets storage account SAS definition secret id. |
Tags |
Gets application specific metadata in the form of key-value pairs |
TemplateUri |
Gets 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 the validity period of SAS tokens created according to the SAS definition. |
Applies to
Azure SDK for .NET