AzureFileFilterDetailsArgs

data class AzureFileFilterDetailsArgs(val filePathList: Output<List<String>>? = null, val filePrefixList: Output<List<String>>? = null, val fileShareList: Output<List<String>>? = null) : ConvertibleToJava<AzureFileFilterDetailsArgs>

Filter details to transfer Azure files

Constructors

Link copied to clipboard
constructor(filePathList: Output<List<String>>? = null, filePrefixList: Output<List<String>>? = null, fileShareList: Output<List<String>>? = null)

Properties

Link copied to clipboard
val filePathList: Output<List<String>>? = null

List of full path of the files to be transferred.

Link copied to clipboard
val filePrefixList: Output<List<String>>? = null

Prefix list of the Azure files to be transferred.

Link copied to clipboard
val fileShareList: Output<List<String>>? = null

List of file shares to be transferred.

Functions

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