Data Import Details Response
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)