Compartilhar via


IMachineSkuSlot.Disk Property

Definition

The list of disks.

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

Property Value

Attributes

Applies to