AzureCliScript.Arguments Property

Definition

Gets or sets command line arguments to pass to the script. Arguments are separated by spaces. ex: -Name blue* -Location 'West US 2'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to