ManagedDiskDetailsResponse

data class ManagedDiskDetailsResponse(val dataAccountType: String, val resourceGroupId: String, val stagingStorageAccountId: String)

Details of the managed disks.

Constructors

Link copied to clipboard
constructor(dataAccountType: String, resourceGroupId: String, stagingStorageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account Type of the data to be transferred. Expected value is 'ManagedDisk'.

Link copied to clipboard

Resource Group Id of the compute disks.

Link copied to clipboard

Resource Id of the storage account that can be used to copy the vhd for staging.