共用方式為


IScript.Url Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The url to the KQL script blob file. Must not be used together with scriptContent property", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scriptUrl")]
public string Url { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The url to the KQL script blob file. Must not be used together with scriptContent property", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scriptUrl")>]
member this.Url : string with get, set
Public Property Url As String

Property Value

Attributes

Applies to