Compartir a través de


ProtectionIntent Constructores

Definición

Sobrecargas

ProtectionIntent()

Inicializa una nueva instancia de la clase ProtectionIntent.

ProtectionIntent(String, String, String, String, String)

Inicializa una nueva instancia de la clase ProtectionIntent.

ProtectionIntent()

Inicializa una nueva instancia de la clase ProtectionIntent.

public ProtectionIntent ();
Public Sub New ()

Se aplica a

ProtectionIntent(String, String, String, String, String)

Inicializa una nueva instancia de la clase ProtectionIntent.

public ProtectionIntent (string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntent
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