Delen via


AzureRecoveryServiceVaultProtectionIntent Class

Definition

Azure Recovery Services Vault specific protection intent item.

[Newtonsoft.Json.JsonObject("RecoveryServiceVaultItem")]
public class AzureRecoveryServiceVaultProtectionIntent : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent
[<Newtonsoft.Json.JsonObject("RecoveryServiceVaultItem")>]
type AzureRecoveryServiceVaultProtectionIntent = class
    inherit ProtectionIntent
Public Class AzureRecoveryServiceVaultProtectionIntent
Inherits ProtectionIntent
Inheritance
AzureRecoveryServiceVaultProtectionIntent
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureRecoveryServiceVaultProtectionIntent()

Initializes a new instance of the AzureRecoveryServiceVaultProtectionIntent class.

AzureRecoveryServiceVaultProtectionIntent(String, String, String, String, String)

Initializes a new instance of the AzureRecoveryServiceVaultProtectionIntent 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