IScriptProperties.ScriptUrlSasToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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 ScriptUrlSasToken { 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.ScriptUrlSasToken : string with get, set
Public Property ScriptUrlSasToken As String
Property Value
- Attributes