Compartir a través de


AzureRecoveryServiceVaultProtectionIntent Clase

Definición

Elemento de intención de protección específica del almacén de Azure Recovery Services.

[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
Herencia
AzureRecoveryServiceVaultProtectionIntent
Derivado
Atributos
Newtonsoft.Json.JsonObjectAttribute

Constructores

AzureRecoveryServiceVaultProtectionIntent()

Inicializa una nueva instancia de la clase AzureRecoveryServiceVaultProtectionIntent.

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

Inicializa una nueva instancia de la clase AzureRecoveryServiceVaultProtectionIntent.

Propiedades

BackupManagementType

Obtiene o establece el tipo de administración de copias de seguridad del elemento de copia de seguridad. Entre los valores posibles se incluyen: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

(Heredado de ProtectionIntent)
ItemId

Obtiene o establece el identificador del elemento que se protege, en caso de máquina virtual de Azure , es ProtectedItemId.

(Heredado de ProtectionIntent)
PolicyId

Obtiene o establece el identificador de la directiva de copia de seguridad con la que se realiza una copia de seguridad de este elemento.

(Heredado de ProtectionIntent)
ProtectionState

Obtiene o establece el estado de copia de seguridad de este elemento de copia de seguridad. Entre los valores posibles se incluyen: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

(Heredado de ProtectionIntent)
SourceResourceId

Obtiene o establece el identificador de ARM del recurso del que se va a realizar una copia de seguridad.

(Heredado de ProtectionIntent)

Se aplica a