Partager via


BMSWorkloadItemQueryObject Constructeurs

Définition

Surcharges

BMSWorkloadItemQueryObject()

Initialise une nouvelle instance de la classe BMSWorkloadItemQueryObject.

BMSWorkloadItemQueryObject(String, String, String, String)

Initialise une nouvelle instance de la classe BMSWorkloadItemQueryObject.

BMSWorkloadItemQueryObject()

Initialise une nouvelle instance de la classe BMSWorkloadItemQueryObject.

public BMSWorkloadItemQueryObject ();
Public Sub New ()

S’applique à

BMSWorkloadItemQueryObject(String, String, String, String)

Initialise une nouvelle instance de la classe BMSWorkloadItemQueryObject.

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

Paramètres

backupManagementType
String

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

workloadItemType
String

Type d’élément de charge de travail. Les valeurs possibles sont les suivantes : « Invalid », « SQLInstance », « SQLDataBase », « SAPHanaSystem », « SAPHanaDatabase », « SAPAseSystem », « SAPAseDatabase »

workloadType
String

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

protectionStatus
String

Backup status paramètre de requête. Les valeurs possibles sont les suivantes : « Invalid », « NotProtected », « Protecting », « Protected », « ProtectionFailed »

S’applique à