BMSBackupEnginesQueryObject 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
BMSBackupEnginesQueryObject() |
Initialise une nouvelle instance de la classe BMSBackupEnginesQueryObject. |
BMSBackupEnginesQueryObject(String, String, String) |
Initialise une nouvelle instance de la classe BMSBackupEnginesQueryObject. |
BMSBackupEnginesQueryObject()
Initialise une nouvelle instance de la classe BMSBackupEnginesQueryObject.
public BMSBackupEnginesQueryObject ();
Public Sub New ()
S’applique à
BMSBackupEnginesQueryObject(String, String, String)
Initialise une nouvelle instance de la classe BMSBackupEnginesQueryObject.
public BMSBackupEnginesQueryObject (string backupManagementType = default, string friendlyName = default, string expand = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupEnginesQueryObject : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupEnginesQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional friendlyName As String = Nothing, Optional expand As String = Nothing)
Paramètres
- backupManagementType
- String
Type de gestion des sauvegardes pour le moteur de sauvegarde. Les valeurs possibles sont les suivantes : « Invalid », « AzureIaasVM », « MAB », « DPM », « AzureBackupServer », « AzureSql », « AzureStorage », « AzureWorkload », « DefaultBackup »
- friendlyName
- String
Nom convivial du moteur de sauvegarde.
- expand
- String
Attribut pour ajouter des informations étendues.
S’applique à
Azure SDK for .NET