JobStorageAccount interface

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

Extends

Properties

authenticationMode

Authentication Mode.

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.

Property Details

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

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