VirtualMachineInstancePropertiesStorageProfile interface
StorageProfile - contains information about the disks and storage information for the virtual machine instance
Properties
| data |
adds data disks to the virtual machine instance |
| image |
Which Image to use for the virtual machine instance |
| os |
VHD to attach as OS disk |
| vm |
Id of the storage container that hosts the VM configuration file |
Property Details
dataDisks
adds data disks to the virtual machine instance
dataDisks?: VirtualHardDiskArmReference[]
Property Value
imageReference
Which Image to use for the virtual machine instance
imageReference?: ImageArmReference
Property Value
osDisk
VHD to attach as OS disk
osDisk?: VirtualMachineInstancePropertiesStorageProfileOsDisk
Property Value
vmConfigStoragePathId
Id of the storage container that hosts the VM configuration file
vmConfigStoragePathId?: string
Property Value
string