AddStorageAccountWithAccountParametersArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val accessKey: Output<String>

The access key associated with this Azure Storage account that will be used to connect to it.

Link copied to clipboard
val name: Output<String>

The unique name of the Azure Storage account to add.

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

The optional suffix for the storage account.

Functions

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