Freigeben über


IBareMetalMachineRunReadCommandsParameters.Command Property

Definition

The list of read-only commands to be executed directly against the target machine.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of read-only commands to be executed directly against the target machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification) }, Read=true, ReadOnly=false, Required=true, SerializedName="commands", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification> Command { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of read-only commands to be executed directly against the target machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification) }, Read=true, ReadOnly=false, Required=true, SerializedName="commands", Update=true)>]
member this.Command : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification> with get, set
Public Property Command As List(Of IBareMetalMachineCommandSpecification)

Property Value

Attributes

Applies to