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