StorageProfileResponse

data class StorageProfileResponse(val osDisk: OsDiskResponse, val volumeAttachments: List<String>? = null)

Constructors

Link copied to clipboard
constructor(osDisk: OsDiskResponse, volumeAttachments: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk to use with this virtual machine.

Link copied to clipboard

The resource IDs of volumes that are requested to be attached to the virtual machine.