共用方式為


IScript.UrlSasToken Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="scriptUrlSasToken")]
public string UrlSasToken { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="scriptUrlSasToken")>]
member this.UrlSasToken : string with get, set
Public Property UrlSasToken As String

Property Value

Attributes

Applies to