VMwareToAzStackHCIDiskInput interface
VMwareToAzStack disk input.
Properties
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 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
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
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
Azure SDK for JavaScript