HyperVToAzStackHCIDiskInput interface
HyperVToAzStack disk input.
Properties
| disk |
Gets or sets a value of disk block size. |
| disk |
Disk controller. |
| disk |
Gets or sets the type of the virtual hard disk, vhd or vhdx. |
| disk |
Gets or sets the disk Id. |
| disk |
Gets or sets a value of disk identifier. |
| disk |
Gets or sets a value of disk logical sector size. |
| disk |
Gets or sets a value of disk physical sector size. |
| disk |
Gets or sets the disk size in GB. |
| is |
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk. |
| is |
Gets or sets a value indicating whether disk is os disk. |
| storage |
Gets or sets the target storage account ARM Id. |
Property Details
diskBlockSize
Gets or sets a value of disk block size.
diskBlockSize?: number
Property Value
number
diskController
diskFileFormat
Gets or sets the type of the virtual hard disk, vhd or vhdx.
diskFileFormat: string
Property Value
string
diskId
Gets or sets the disk Id.
diskId: string
Property Value
string
diskIdentifier
Gets or sets a value of disk identifier.
diskIdentifier?: string
Property Value
string
diskLogicalSectorSize
Gets or sets a value of disk logical sector size.
diskLogicalSectorSize?: number
Property Value
number
diskPhysicalSectorSize
Gets or sets a value of disk physical sector size.
diskPhysicalSectorSize?: number
Property Value
number
diskSizeGB
Gets or sets the disk size in GB.
diskSizeGB: number
Property Value
number
isDynamic
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
isDynamic?: boolean
Property Value
boolean
isOsDisk
Gets or sets a value indicating whether disk is os disk.
isOsDisk: boolean
Property Value
boolean
storageContainerId
Gets or sets the target storage account ARM Id.
storageContainerId?: string
Property Value
string