IDiskPool.Disk Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of Azure Managed Disks to attach to a Disk Pool.
[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="List of Azure Managed Disks to attach to a Disk Pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk) }, ReadOnly=false, Required=false, SerializedName="disks")]
public Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[] Disk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="List of Azure Managed Disks to attach to a Disk Pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk) }, ReadOnly=false, Required=false, SerializedName="disks")>]
member this.Disk : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDisk[] with get, set
Public Property Disk As IDisk()
Property Value
IDisk[]
- Attributes