ScriptSource.Parameters 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.
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