Freigeben über


IManagementConfiguration.Parameter Property

Definition

Parameters to run the ARM template

[Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.Info(Create=true, Description="Parameters to run the ARM template", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IArmTemplateParameter) }, Read=true, ReadOnly=false, Required=false, SerializedName="parameters", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IArmTemplateParameter> Parameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.Info(Create=true, Description="Parameters to run the ARM template", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IArmTemplateParameter) }, Read=true, ReadOnly=false, Required=false, SerializedName="parameters", Update=true)>]
member this.Parameter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IArmTemplateParameter> with get, set
Public Property Parameter As List(Of IArmTemplateParameter)

Property Value

Attributes

Applies to