BMSAADPropertiesQueryObject Constructors

Definition

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