SasDefinitionCreateParameters Class

Definition

The SAS definition create parameters.

public class SasDefinitionCreateParameters
type SasDefinitionCreateParameters = class
Public Class SasDefinitionCreateParameters
Inheritance
SasDefinitionCreateParameters

Constructors

SasDefinitionCreateParameters()

Initializes a new instance of the SasDefinitionCreateParameters class.

SasDefinitionCreateParameters(String, String, String, SasDefinitionAttributes, IDictionary<String,String>)

Initializes a new instance of the SasDefinitionCreateParameters 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.

Methods

Validate()

Validate the object.

Applies to