IHyperVMachine.Disk Property

Definition

Disks attached to the machine.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Disks attached to the machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHyperVDisk) }, Read=true, ReadOnly=true, Required=false, SerializedName="disks", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHyperVDisk> Disk { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Disks attached to the machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHyperVDisk) }, Read=true, ReadOnly=true, Required=false, SerializedName="disks", Update=false)>]
member this.Disk : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHyperVDisk>
Public ReadOnly Property Disk As List(Of IHyperVDisk)

Property Value

Attributes

Applies to