Compartir a través de


AzureRecoveryServiceVaultProtectionIntent Constructores

Definición

Sobrecargas

AzureRecoveryServiceVaultProtectionIntent()

Inicializa una nueva instancia de la clase AzureRecoveryServiceVaultProtectionIntent.

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

Inicializa una nueva instancia de la clase AzureRecoveryServiceVaultProtectionIntent.

AzureRecoveryServiceVaultProtectionIntent()

Inicializa una nueva instancia de la clase AzureRecoveryServiceVaultProtectionIntent.

public AzureRecoveryServiceVaultProtectionIntent ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase AzureRecoveryServiceVaultProtectionIntent.

public AzureRecoveryServiceVaultProtectionIntent (string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureRecoveryServiceVaultProtectionIntent : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureRecoveryServiceVaultProtectionIntent
Public Sub New (Optional backupManagementType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional itemId As String = Nothing, Optional policyId As String = Nothing, Optional protectionState As String = Nothing)

Parámetros

backupManagementType
String

Tipo de administración de copias de seguridad para el elemento de copia de seguridad. Entre los valores posibles se incluyen: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", "DefaultBackup".

sourceResourceId
String

Id. de ARM del recurso del que se va a realizar una copia de seguridad.

itemId
String

Identificador del elemento que se protege, en caso de máquina virtual de Azure, es ProtectedItemId.

policyId
String

Identificador de la directiva de copia de seguridad con la que se realiza una copia de seguridad de este elemento.

protectionState
String

Estado de copia de seguridad de este elemento de copia de seguridad. Entre los valores posibles se incluyen: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

Se aplica a