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