DataImportDetailsArgs

data class DataImportDetailsArgs(val accountDetails: Output<Either<ManagedDiskDetailsArgs, StorageAccountDetailsArgs>>, val logCollectionLevel: Output<Either<String, LogCollectionLevel>>? = null) : ConvertibleToJava<DataImportDetailsArgs>

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

Constructors

Link copied to clipboard
constructor(accountDetails: Output<Either<ManagedDiskDetailsArgs, StorageAccountDetailsArgs>>, logCollectionLevel: Output<Either<String, LogCollectionLevel>>? = null)

Properties

Link copied to clipboard

Account details of the data to be transferred

Link copied to clipboard
val logCollectionLevel: Output<Either<String, LogCollectionLevel>>? = null

Level of the logs to be collected.

Functions

Link copied to clipboard
open override fun toJava(): DataImportDetailsArgs