AzureSqlProtectionPolicy Class
Azure SQL workload-specific backup policy.
Constructor
AzureSqlProtectionPolicy()
Variables
| Name | Description |
|---|---|
|
protectedItemsCount
|
Number of items associated with this policy. |
|
resourceGuardOperationRequests
|
ResourceGuard Operation Requests. |
|
retentionPolicy
|
<xref:<xref:"RetentionPolicy">>
Retention policy details. |
|
backupManagementType
|
Literal["AzureSql"]
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "AzureSql". |
Attributes
backupManagementType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "AzureSql".
backupManagementType: Literal['AzureSql']
protectedItemsCount
Number of items associated with this policy.
protectedItemsCount: int
resourceGuardOperationRequests
ResourceGuard Operation Requests.
resourceGuardOperationRequests: list[str]
retentionPolicy
Retention policy details.
retentionPolicy: LongTermRetentionPolicy | SimpleRetentionPolicy