JobJobStorageAccountArgs

data class JobJobStorageAccountArgs(val accountKey: Output<String>, val accountName: Output<String>, val authenticationMode: Output<String>? = null) : ConvertibleToJava<JobJobStorageAccountArgs>

Constructors

Link copied to clipboard
constructor(accountKey: Output<String>, accountName: Output<String>, authenticationMode: Output<String>? = null)

Properties

Link copied to clipboard
val accountKey: Output<String>

The account key for the Azure storage account.

Link copied to clipboard
val accountName: Output<String>

The name of the Azure storage account.

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

The authentication mode of the storage account. The only supported value is ConnectionString. Defaults to ConnectionString.

Functions

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