Virtual Machine Instance Properties Storage Profile Response
data class VirtualMachineInstancePropertiesStorageProfileResponse(val dataDisks: List<VirtualHardDiskArmReferenceResponse>? = null, val imageReference: ImageArmReferenceResponse? = null, val osDisk: VirtualMachineInstancePropertiesStorageProfileOsDiskResponse? = null, val vmConfigStoragePathId: String? = null)
StorageProfile - contains information about the disks and storage information for the virtual machine instance
Constructors
Link copied to clipboard
constructor(dataDisks: List<VirtualHardDiskArmReferenceResponse>? = null, imageReference: ImageArmReferenceResponse? = null, osDisk: VirtualMachineInstancePropertiesStorageProfileOsDiskResponse? = null, vmConfigStoragePathId: String? = null)