JobStorageAccountResponse

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

The properties that are associated with an Azure Storage account with MSI

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountKey: String? = null

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val accountName: String? = null

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

Authentication Mode.