AzureSqlContainer interface
Azure Sql workload-specific container.
- Extends
Properties
container |
Polymorphic discriminator, which specifies the different types this object can be |
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
containerType
Polymorphic discriminator, which specifies the different types this object can be
containerType: "AzureSqlContainer"
Property Value
"AzureSqlContainer"
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