JobStorageAccount interface
The properties that are associated with an Azure Storage account with MSI
- Extends
Properties
| authentication |
Authentication Mode. |
Inherited Properties
| account |
The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. |
| account |
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