BMSAADPropertiesQueryObject 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
BMSAADPropertiesQueryObject() |
Initializes a new instance of the BMSAADPropertiesQueryObject class. |
BMSAADPropertiesQueryObject(String) |
Initializes a new instance of the BMSAADPropertiesQueryObject class. |
BMSAADPropertiesQueryObject()
Initializes a new instance of the BMSAADPropertiesQueryObject class.
public BMSAADPropertiesQueryObject ();
Public Sub New ()
Applies to
BMSAADPropertiesQueryObject(String)
Initializes a new instance of the BMSAADPropertiesQueryObject class.
public BMSAADPropertiesQueryObject (string backupManagementType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BMSAADPropertiesQueryObject : string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BMSAADPropertiesQueryObject
Public Sub New (Optional backupManagementType As String = Nothing)
Parameters
- backupManagementType
- String
Backup management type for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
Applies to
Azure SDK for .NET