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.
Optional. Any input parameters that needs to passed to the script and are accessed within the script for its execution.
public Azure.Provisioning.BicepList<Azure.Provisioning.Compute.GalleryScriptParameter> Parameters { get; set; }
member this.Parameters : Azure.Provisioning.BicepList<Azure.Provisioning.Compute.GalleryScriptParameter> with get, set
Public Property Parameters As BicepList(Of GalleryScriptParameter)