OutputDataBindingArgs

data class OutputDataBindingArgs(val datastoreId: Output<String>? = null, val mode: Output<Either<String, DataBindingMode>>? = null, val pathOnCompute: Output<String>? = null, val pathOnDatastore: Output<String>? = null) : ConvertibleToJava<OutputDataBindingArgs>

Constructors

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

Properties

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

ARM resource ID of the datastore where the data output will be stored.

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

Mechanism for data movement to datastore.

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

Location of data inside the container process.

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

Path within the datastore to the data.

Functions

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