Share via


IMachineRunCommand.Parameter Property

Definition

The parameters used by the script.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The parameters used by the script.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter) }, Read=true, ReadOnly=false, Required=false, SerializedName="parameters", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter> Parameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The parameters used by the script.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter) }, Read=true, ReadOnly=false, Required=false, SerializedName="parameters", Update=true)>]
member this.Parameter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter> with get, set
Public Property Parameter As List(Of IRunCommandInputParameter)

Property Value

Attributes

Applies to