JobJobStorageAccount

data class JobJobStorageAccount(val accountKey: String, val accountName: String, val authenticationMode: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account key for the Azure storage account.

Link copied to clipboard

The name of the Azure storage account.

Link copied to clipboard

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