Virtual Machine Instance Properties Storage Profile Args
data class VirtualMachineInstancePropertiesStorageProfileArgs(val dataDisks: Output<List<VirtualHardDiskArmReferenceArgs>>? = null, val imageReference: Output<ImageArmReferenceArgs>? = null, val osDisk: Output<VirtualMachineInstancePropertiesStorageProfileOsDiskArgs>? = null, val vmConfigStoragePathId: Output<String>? = null) : ConvertibleToJava<VirtualMachineInstancePropertiesStorageProfileArgs>
StorageProfile - contains information about the disks and storage information for the virtual machine instance
Constructors
Link copied to clipboard
constructor(dataDisks: Output<List<VirtualHardDiskArmReferenceArgs>>? = null, imageReference: Output<ImageArmReferenceArgs>? = null, osDisk: Output<VirtualMachineInstancePropertiesStorageProfileOsDiskArgs>? = null, vmConfigStoragePathId: Output<String>? = null)