ProtectedItemQueryObject 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
ProtectedItemQueryObject() |
Initialise une nouvelle instance de la classe ProtectedItemQueryObject. |
ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe ProtectedItemQueryObject. |
ProtectedItemQueryObject()
Initialise une nouvelle instance de la classe ProtectedItemQueryObject.
public ProtectedItemQueryObject ();
Public Sub New ()
S’applique à
ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String)
Initialise une nouvelle instance de la classe ProtectedItemQueryObject.
public ProtectedItemQueryObject (string healthState = default, string backupManagementType = default, string itemType = default, string policyName = default, string containerName = default, string backupEngineName = default, string friendlyName = default, string fabricName = default, string backupSetName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject
Public Sub New (Optional healthState As String = Nothing, Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional policyName As String = Nothing, Optional containerName As String = Nothing, Optional backupEngineName As String = Nothing, Optional friendlyName As String = Nothing, Optional fabricName As String = Nothing, Optional backupSetName As String = Nothing)
Paramètres
- healthState
- String
État d’intégrité de l’élément sauvegardé. Les valeurs possibles sont les suivantes : 'Passé', 'ActionRequired', 'ActionSuggested', 'Invalid'
- 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 »
- itemType
- 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 », « SAPAseDatabase »
- policyName
- String
Nom de la stratégie de sauvegarde associé à l’élément de sauvegarde.
- containerName
- String
Nom du conteneur.
- backupEngineName
- String
Nom du moteur de sauvegarde
- friendlyName
- String
Nom convivial de l’élément protégé
- fabricName
- String
Nom de l’infrastructure.
- backupSetName
- String
Nom du jeu de sauvegardes.
S’applique à
Azure SDK for .NET