Data Import Details Response
data class DataImportDetailsResponse(val accountDetails: Either<ManagedDiskDetailsResponse, StorageAccountDetailsResponse>)
Details of the data to be used for importing data to azure.
Constructors
Link copied to clipboard
fun DataImportDetailsResponse(accountDetails: Either<ManagedDiskDetailsResponse, StorageAccountDetailsResponse>)