Partager via


ProtectionPolicyQueryObject Constructeurs

Définition

Surcharges

ProtectionPolicyQueryObject()

Initialise une nouvelle instance de la classe ProtectionPolicyQueryObject.

ProtectionPolicyQueryObject(String, String, String)

Initialise une nouvelle instance de la classe ProtectionPolicyQueryObject.

ProtectionPolicyQueryObject()

Initialise une nouvelle instance de la classe ProtectionPolicyQueryObject.

public ProtectionPolicyQueryObject ();
Public Sub New ()

S’applique à

ProtectionPolicyQueryObject(String, String, String)

Initialise une nouvelle instance de la classe ProtectionPolicyQueryObject.

public ProtectionPolicyQueryObject (string backupManagementType = default, string fabricName = default, string workloadType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyQueryObject : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional fabricName As String = Nothing, Optional workloadType As String = Nothing)

Paramètres

backupManagementType
String

Type de gestion des sauvegardes pour la stratégie de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « AzureIaasVM », « MAB », « DPM », « AzureBackupServer », « AzureSql », « AzureStorage », « AzureWorkload », « DefaultBackup »

fabricName
String

Nom de la structure pour le filtre

workloadType
String

Type de charge de travail pour la stratégie de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « VM », « FileFolder », « AzureSqlDb », « SQLDB », « Exchange », « Sharepoint », « VMwareVM », « SystemState », « Client », « GenericDataSource », « SQLDataBase », « AzureFileShare », « SAPHanaDatabase », « SAPHanaDatabase », « SAPAseDatabase »

S’applique à