AzureWorkloadAutoProtectionIntent 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 Recovery Services Vault specific protection intent item.
public class AzureWorkloadAutoProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureRecoveryServiceVaultProtectionIntent
type AzureWorkloadAutoProtectionIntent = class
inherit AzureRecoveryServiceVaultProtectionIntent
Public Class AzureWorkloadAutoProtectionIntent
Inherits AzureRecoveryServiceVaultProtectionIntent
- Inheritance
- Derived
Constructors
AzureWorkloadAutoProtectionIntent() |
Initializes a new instance of the AzureWorkloadAutoProtectionIntent class. |
AzureWorkloadAutoProtectionIntent(String, String, String, String, String) |
Initializes a new instance of the AzureWorkloadAutoProtectionIntent 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) |