IScript.UrlSasToken Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=false, ReadOnly=false, Required=false, SerializedName="scriptUrlSasToken", Update=false)]
public string UrlSasToken { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=false, ReadOnly=false, Required=false, SerializedName="scriptUrlSasToken", Update=false)>]
member this.UrlSasToken : string with get, set
Public Property UrlSasToken As String

Property Value

Attributes

Applies to