AzureStorageContainer interface
Azure Storage Account workload-specific container.
- Extends
Properties
| acquire |
Whether storage account lock is to be acquired for this container or not. |
| container |
Polymorphic discriminator, which specifies the different types this object can be |
| operation |
Re-Do Operation |
| protected |
Number of items backed up in this container. |
| resource |
Resource group name of Recovery Services Vault. |
| source |
Fully qualified ARM url. |
| storage |
Storage account version. |
Inherited Properties
| backup |
Type of backup management for the container. |
| friendly |
Friendly name of the container. |
| health |
Status of health of the container. |
| protectable |
Type of the protectable object associated with this container |
| registration |
Status of registration of the container with the Recovery Services Vault. |
Property Details
acquireStorageAccountLock
Whether storage account lock is to be acquired for this container or not.
acquireStorageAccountLock?: string
Property Value
string
containerType
Polymorphic discriminator, which specifies the different types this object can be
containerType: "StorageContainer"
Property Value
"StorageContainer"
operationType
Re-Do Operation
operationType?: string
Property Value
string
protectedItemCount
Number of items backed up in this container.
protectedItemCount?: number
Property Value
number
resourceGroup
Resource group name of Recovery Services Vault.
resourceGroup?: string
Property Value
string
sourceResourceId
Fully qualified ARM url.
sourceResourceId?: string
Property Value
string
storageAccountVersion
Storage account version.
storageAccountVersion?: string
Property Value
string
Inherited Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
Inherited From ProtectionContainer.backupManagementType
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
Inherited From ProtectionContainer.friendlyName
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
Inherited From ProtectionContainer.healthStatus
protectableObjectType
Type of the protectable object associated with this container
protectableObjectType?: string
Property Value
string
Inherited From ProtectionContainer.protectableObjectType
registrationStatus
Status of registration of the container with the Recovery Services Vault.
registrationStatus?: string
Property Value
string
Inherited From ProtectionContainer.registrationStatus