Share via


IVirtualMachineRunCommandsListResult.Value Property

Definition

The list of run commands

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The list of run commands", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand) }, ReadOnly=false, Required=true, SerializedName="value")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand[] Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The list of run commands", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand) }, ReadOnly=false, Required=true, SerializedName="value")>]
member this.Value : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand[] with get, set
Public Property Value As IVirtualMachineRunCommand()

Property Value

Attributes

Applies to