Partager via


ProtectedItemQueryObject Constructeurs

Définition

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 à