AzureWorkloadContainerAutoProtectionIntent 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 specific protection intent item.
public class AzureWorkloadContainerAutoProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent
type AzureWorkloadContainerAutoProtectionIntent = class
inherit ProtectionIntent
Public Class AzureWorkloadContainerAutoProtectionIntent
Inherits ProtectionIntent
- Inheritance
Constructors
AzureWorkloadContainerAutoProtectionIntent() |
Initializes a new instance of the AzureWorkloadContainerAutoProtectionIntent class. |
AzureWorkloadContainerAutoProtectionIntent(String, String, String, String, String) |
Initializes a new instance of the AzureWorkloadContainerAutoProtectionIntent 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) |
Applies to
Azure SDK for .NET