AzureBlob interface
Azure Blob Details
Properties
| account |
Storage Account Key. |
| auth |
Authentication type used for accessing Azure Blob Storage. |
| blob |
Blob container name where backups are stored. |
| identity | Identity details for authentication using a Managed Identity. |
| storage |
Resource Id of the storage account where backups are stored. |
Property Details
accountKey
Storage Account Key.
accountKey?: string
Property Value
string
authType
Authentication type used for accessing Azure Blob Storage.
authType?: AuthType
Property Value
blobContainerName
Blob container name where backups are stored.
blobContainerName?: string
Property Value
string
identity
Identity details for authentication using a Managed Identity.
identity?: ManagedServiceIdentity
Property Value
storageAccountResourceId
Resource Id of the storage account where backups are stored.
storageAccountResourceId?: string
Property Value
string