JobStorageAccount interface

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

Extends

Inherited Properties

accountKey

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

accountName

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

authenticationMode

Authentication Mode.

Inherited Property Details

accountKey

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

accountKey?: string

Property Value

string

Inherited From StorageAccount.accountKey

accountName

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

accountName?: string

Property Value

string

Inherited From StorageAccount.accountName

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

Inherited From StorageAccount.authenticationMode