AzureCliScript.PrimaryScriptUri Property

Definition

Gets or sets uri for the script. This is the entry point for the external script.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to