InputDataBindingArgs

data class InputDataBindingArgs(val dataId: Output<String>? = null, val mode: Output<Either<String, DataBindingMode>>? = null, val pathOnCompute: Output<String>? = null) : ConvertibleToJava<InputDataBindingArgs>

Constructors

Link copied to clipboard
constructor(dataId: Output<String>? = null, mode: Output<Either<String, DataBindingMode>>? = null, pathOnCompute: Output<String>? = null)

Properties

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

ARM resource ID of the registered dataVersion.

Link copied to clipboard
val mode: Output<Either<String, DataBindingMode>>? = null

Mechanism for accessing the data artifact.

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

Location of data inside the container process.

Functions

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