Script.ScriptUrlSasToken Property

Definition

Gets or sets the SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to