HyperVToAzStackHCIDiskInputResponse

data class HyperVToAzStackHCIDiskInputResponse(val diskFileFormat: String, val diskId: String, val diskSizeGB: Double, val isDynamic: Boolean? = null, val isOsDisk: Boolean, val storageContainerId: String? = null)

HyperVToAzStack disk input.

Constructors

Link copied to clipboard
constructor(diskFileFormat: String, diskId: String, diskSizeGB: Double, isDynamic: Boolean? = null, isOsDisk: Boolean, storageContainerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the type of the virtual hard disk, vhd or vhdx.

Link copied to clipboard

Gets or sets the disk Id.

Link copied to clipboard

Gets or sets the disk size in GB.

Link copied to clipboard
val isDynamic: Boolean? = null

Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.

Link copied to clipboard

Gets or sets a value indicating whether disk is os disk.

Link copied to clipboard

Gets or sets the target storage account ARM Id.