AddDataLakeStoreWithAccountParametersArgs

data class AddDataLakeStoreWithAccountParametersArgs(val name: Output<String>, val suffix: Output<String>? = null) : ConvertibleToJava<AddDataLakeStoreWithAccountParametersArgs>

The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account.

Constructors

constructor(name: Output<String>, suffix: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The unique name of the Data Lake Store account to add.

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

The optional suffix for the Data Lake Store account.

Functions

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