ProtectionIntent Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ProtectionIntent() |
Initialise une nouvelle instance de la classe ProtectionIntent. |
ProtectionIntent(String, String, String, String, String) |
Initialise une nouvelle instance de la classe ProtectionIntent. |
ProtectionIntent()
Initialise une nouvelle instance de la classe ProtectionIntent.
public ProtectionIntent ();
Public Sub New ()
S’applique à
ProtectionIntent(String, String, String, String, String)
Initialise une nouvelle instance de la classe 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)
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 à
Azure SDK for .NET