DataExportDetailsResponse

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

Details of the data to be used for exporting data from azure.

Constructors

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

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.

Link copied to clipboard

Configuration for the data transfer.