LibraryInfoArgs

data class LibraryInfoArgs(val containerName: Output<String>? = null, val name: Output<String>? = null, val path: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<LibraryInfoArgs>

Library/package information of a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(containerName: Output<String>? = null, name: Output<String>? = null, path: Output<String>? = null, type: Output<String>? = null)

Properties

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

Storage blob container name.

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

Name of the library.

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

Storage blob path of library.

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

Type of the library.

Functions

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