AzureSqlProtectedItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure SQL workload-specific backup item.
[Newtonsoft.Json.JsonObject("Microsoft.Sql/servers/databases")]
public class AzureSqlProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItem
type AzureSqlProtectedItem = class
inherit ProtectedItem
Public Class AzureSqlProtectedItem
Inherits ProtectedItem
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureSqlProtectedItem() |
Initializes a new instance of the AzureSqlProtectedItem class. |
Properties
BackupManagementType |
Gets or sets type of backup managemenent for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql' (Inherited from ProtectedItem) |
ContainerName |
Gets or sets unique name of container (Inherited from ProtectedItem) |
ExtendedInfo |
Gets or sets additional information for this backup item. |
LastRecoveryPoint |
Gets or sets timestamp when the last (latest) backup copy was created for this backup item. (Inherited from ProtectedItem) |
PolicyId |
Gets or sets ID of the backup policy with which this item is backed up. (Inherited from ProtectedItem) |
ProtectedItemDataId |
Gets or sets internal ID of a backup item. Used by Azure SQL Backup engine to contact Recovery Services. |
ProtectionState |
Gets or sets backup state of the backed up item. Possible values include: 'Invalid', 'IRPending', 'Protected', 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused' |
SourceResourceId |
Gets or sets ARM ID of the resource to be backed up. (Inherited from ProtectedItem) |
WorkloadType |
Gets or sets type of workload this item represents. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource' (Inherited from ProtectedItem) |