ScriptSource.Parameters Property

Definition

Gets or sets optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution.

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryScriptParameter> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryScriptParameter> with get, set
Public Property Parameters As IList(Of GalleryScriptParameter)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to