DataImportDetailsResponse

data class DataImportDetailsResponse(val accountDetails: Either<ManagedDiskDetailsResponse, StorageAccountDetailsResponse>, val logCollectionLevel: String? = null)

Details of the data to be used for importing data to azure.

Constructors

Link copied to clipboard
constructor(accountDetails: Either<ManagedDiskDetailsResponse, StorageAccountDetailsResponse>, logCollectionLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account details of the data to be transferred

Link copied to clipboard

Level of the logs to be collected.