Partager via


BMSPOQueryObject Constructeurs

Définition

Surcharges

BMSPOQueryObject()

Initialise une nouvelle instance de la classe BMSPOQueryObject.

BMSPOQueryObject(String, String, String, String, String)

Initialise une nouvelle instance de la classe BMSPOQueryObject.

BMSPOQueryObject()

Initialise une nouvelle instance de la classe BMSPOQueryObject.

public BMSPOQueryObject ();
Public Sub New ()

S’applique à

BMSPOQueryObject(String, String, String, String, String)

Initialise une nouvelle instance de la classe BMSPOQueryObject.

public BMSPOQueryObject (string backupManagementType = default, string workloadType = default, string containerName = default, string status = default, string friendlyName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional containerName As String = Nothing, Optional status As String = Nothing, Optional friendlyName 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 »

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 »

containerName
String

Nom complet du conteneur dont les objets protégeables doivent être retournés.

status
String

Backup status paramètre de requête.

friendlyName
String

Nom convivial.

S’applique à