AzureSqlContainer Class
Azure Sql workload-specific container.
Constructor
AzureSqlContainer()
Variables
| Name | Description |
|---|---|
|
friendlyName
|
Friendly name of the container. |
|
backupManagementType
|
Type of backup management for the container. Known values are: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", and "DefaultBackup". |
|
registrationStatus
|
Status of registration of the container with the Recovery Services Vault. |
|
healthStatus
|
Status of health of the container. |
|
protectableObjectType
|
Type of the protectable object associated with this container. |
|
sourceLocation
|
Source location of the container. |
|
containerType
|
Literal[ProtectableContainerType.AZURE_SQL_CONTAINER]
Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer. Required. AZURE_SQL_CONTAINER. |
Attributes
backupManagementType
"Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", and "DefaultBackup".
backupManagementType: str | BackupManagementType
containerType
- Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer. Required. AZURE_SQL_CONTAINER.
containerType: AZURE_SQL_CONTAINER: 'AzureSqlContainer'>]]
friendlyName
Friendly name of the container.
friendlyName: str
healthStatus
Status of health of the container.
healthStatus: str
protectableObjectType
Type of the protectable object associated with this container.
protectableObjectType: str
registrationStatus
Status of registration of the container with the Recovery Services Vault.
registrationStatus: str
sourceLocation
Source location of the container.
sourceLocation: str