Partager via


AzureRecoveryServiceVaultProtectionIntent Constructeurs

Définition

Surcharges

AzureRecoveryServiceVaultProtectionIntent()

Initialise une nouvelle instance de la classe AzureRecoveryServiceVaultProtectionIntent.

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

Initialise une nouvelle instance de la classe AzureRecoveryServiceVaultProtectionIntent.

AzureRecoveryServiceVaultProtectionIntent()

Initialise une nouvelle instance de la classe AzureRecoveryServiceVaultProtectionIntent.

public AzureRecoveryServiceVaultProtectionIntent ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

backupManagementType
String

Type de gestion des sauvegardes pour l’élément sauvegardé. Les valeurs possibles sont les suivantes : « Invalid », « AzureIaasVM », « MAB », « DPM », « AzureBackupServer », « AzureSql », « AzureStorage », « AzureWorkload », « DefaultBackup »

sourceResourceId
String

ID ARM de la ressource à sauvegarder.

itemId
String

ID de l’élément qui est protégé, Dans le cas d’une machine virtuelle Azure , il s’agit de ProtectedItemId

policyId
String

ID de la stratégie de sauvegarde avec laquelle cet élément est sauvegardé.

protectionState
String

État de sauvegarde de cet élément de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « NotProtected », « Protecting », « Protected », « ProtectionFailed »

S’applique à