Share via


SasDefinitionCreateParameters.SasType Property

Definition

Gets or sets the type of SAS token the SAS definition will create. Possible values include: 'account', 'service'

[Newtonsoft.Json.JsonProperty(PropertyName="sasType")]
public string SasType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sasType")>]
member this.SasType : string with get, set
Public Property SasType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to