AzureWorkloadSQLAutoProtectionIntent 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 Workload SQL Auto Protection intent item.
public class AzureWorkloadSQLAutoProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadAutoProtectionIntent
type AzureWorkloadSQLAutoProtectionIntent = class
inherit AzureWorkloadAutoProtectionIntent
Public Class AzureWorkloadSQLAutoProtectionIntent
Inherits AzureWorkloadAutoProtectionIntent
- Inheritance
-
AzureWorkloadSQLAutoProtectionIntent
Constructors
AzureWorkloadSQLAutoProtectionIntent() |
Initializes a new instance of the AzureWorkloadSQLAutoProtectionIntent class. |
AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String) |
Initializes a new instance of the AzureWorkloadSQLAutoProtectionIntent class. |
Properties
BackupManagementType |
Gets or sets type of backup management for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' (Inherited from ProtectionIntent) |
ItemId |
Gets or sets ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId (Inherited from ProtectionIntent) |
PolicyId |
Gets or sets ID of the backup policy with which this item is backed up. (Inherited from ProtectionIntent) |
ProtectionState |
Gets or sets backup state of this backup item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed' (Inherited from ProtectionIntent) |
SourceResourceId |
Gets or sets ARM ID of the resource to be backed up. (Inherited from ProtectionIntent) |
WorkloadItemType |
Gets or sets workload item type of the item for which intent is to be set. Possible values include: 'Invalid', 'SQLInstance', 'SQLDataBase', 'SAPHanaSystem', 'SAPHanaDatabase', 'SAPAseSystem', 'SAPAseDatabase' |