DataLakeFabricStorageArgs

data class DataLakeFabricStorageArgs(val authentication: Output<DataLakeFabricStorageAuthenticationArgs>, val endpoint: Output<String>, val fabricPath: Output<Either<String, FabricPathType>>, val guids: Output<FabricGuidsArgs>? = null, val names: Output<FabricNamesArgs>? = null) : ConvertibleToJava<DataLakeFabricStorageArgs>

DataLake Fabric Storage details.

Constructors

Link copied to clipboard
constructor(authentication: Output<DataLakeFabricStorageAuthenticationArgs>, endpoint: Output<String>, fabricPath: Output<Either<String, FabricPathType>>, guids: Output<FabricGuidsArgs>? = null, names: Output<FabricNamesArgs>? = null)

Properties

Link copied to clipboard

DataLake fabric storage authentication details.

Link copied to clipboard
val endpoint: Output<String>

DataLake fabric storage endpoint to use.

Link copied to clipboard
val fabricPath: Output<Either<String, FabricPathType>>

Fabric path type to use.

Link copied to clipboard
val guids: Output<FabricGuidsArgs>? = null

Fabric one lake Guids.

Link copied to clipboard
val names: Output<FabricNamesArgs>? = null

Fabric one lake Names.

Functions

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