BMSBackupEnginesQueryObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BMSBackupEnginesQueryObject() |
Initializes a new instance of the BMSBackupEnginesQueryObject class. |
BMSBackupEnginesQueryObject(String, String, String) |
Initializes a new instance of the BMSBackupEnginesQueryObject class. |
BMSBackupEnginesQueryObject()
Initializes a new instance of the BMSBackupEnginesQueryObject class.
public BMSBackupEnginesQueryObject ();
Public Sub New ()
Applies to
BMSBackupEnginesQueryObject(String, String, String)
Initializes a new instance of the BMSBackupEnginesQueryObject class.
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)
Parameters
- backupManagementType
- String
Backup management type for the backup engine. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- friendlyName
- String
Friendly name of the backup engine.
- expand
- String
Attribute to add extended info.
Applies to
Azure SDK for .NET