GenericProtectedItem 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
GenericProtectedItem() |
Initialise une nouvelle instance de la classe GenericProtectedItem. |
GenericProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, Nullable<Int64>, IDictionary<String,String>, String) |
Initialise une nouvelle instance de la classe GenericProtectedItem. |
GenericProtectedItem()
Initialise une nouvelle instance de la classe GenericProtectedItem.
public GenericProtectedItem ();
Public Sub New ()
S’applique à
GenericProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, Nullable<Int64>, IDictionary<String,String>, String)
Initialise une nouvelle instance de la classe GenericProtectedItem.
public GenericProtectedItem (string backupManagementType = default, string workloadType = default, string containerName = default, string sourceResourceId = default, string policyId = default, DateTime? lastRecoveryPoint = default, string backupSetName = default, string createMode = default, DateTime? deferredDeleteTimeInUTC = default, bool? isScheduledForDeferredDelete = default, string deferredDeleteTimeRemaining = default, bool? isDeferredDeleteScheduleUpcoming = default, bool? isRehydrate = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, string friendlyName = default, string policyState = default, string protectionState = default, long? protectedItemId = default, System.Collections.Generic.IDictionary<string,string> sourceAssociations = default, string fabricName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.GenericProtectedItem : string * string * string * string * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * string * string * string * Nullable<int64> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.GenericProtectedItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional containerName As String = Nothing, Optional sourceResourceId As String = Nothing, Optional policyId As String = Nothing, Optional lastRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional backupSetName As String = Nothing, Optional createMode As String = Nothing, Optional deferredDeleteTimeInUTC As Nullable(Of DateTime) = Nothing, Optional isScheduledForDeferredDelete As Nullable(Of Boolean) = Nothing, Optional deferredDeleteTimeRemaining As String = Nothing, Optional isDeferredDeleteScheduleUpcoming As Nullable(Of Boolean) = Nothing, Optional isRehydrate As Nullable(Of Boolean) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional friendlyName As String = Nothing, Optional policyState As String = Nothing, Optional protectionState As String = Nothing, Optional protectedItemId As Nullable(Of Long) = Nothing, Optional sourceAssociations As IDictionary(Of String, String) = Nothing, Optional fabricName 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 »
- workloadType
- String
Type de charge de travail que cet élément représente. Les valeurs possibles sont les suivantes : « Invalid », « VM », « FileFolder », « AzureSqlDb », « SQLDB », « Exchange », « Sharepoint », « VMwareVM », « SystemState », « Client », « GenericDataSource », « SQLDataBase », « AzureFileShare », « SAPHanaDatabase », « SAPHanaDatabase », « SAPAseDatabase »
- containerName
- String
Nom unique du conteneur
- sourceResourceId
- String
ID ARM de la ressource à sauvegarder.
- policyId
- String
ID de la stratégie de sauvegarde avec laquelle cet élément est sauvegardé.
Horodatage de la création de la dernière (dernière) copie de sauvegarde pour cet élément de sauvegarde.
- backupSetName
- String
Nom du jeu de sauvegarde auquel appartient l’élément de sauvegarde
- createMode
- String
Mode Créer pour indiquer la récupération d’une source de données supprimée de manière réversible existante ou la création d’une nouvelle source de données. Les valeurs possibles sont les suivantes : « Invalid », « Default », « Recover »
Indicateur permettant d’identifier si le DS est planifié pour la suppression différée
- deferredDeleteTimeRemaining
- String
Temps restant avant la suppression définitive de la DS marquée pour la suppression différée
Indicateur permettant d’identifier si le DS supprimé différé doit être bientôt vidé
Indicateur permettant d’identifier que le DS supprimé différé doit être déplacé dans l’état Pause
ResourceGuardOperationRequests sur lesquelles les case activée LAC seront effectuées
- friendlyName
- String
Nom convivial du conteneur.
- policyState
- String
Indique la cohérence de l’objet de stratégie et de la stratégie appliqués à cet élément de sauvegarde.
- protectionState
- String
État de sauvegarde de cet élément de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « IRPending », « Protected », « ProtectionError », « ProtectionStopped », « ProtectionPaused »
- sourceAssociations
- IDictionary<String,String>
Associations faiblement couplées (type, valeur) (exemple : parent d’un élément protégé)
- fabricName
- String
Nom de l’infrastructure de cet élément de sauvegarde.
S’applique à
Azure SDK for .NET