BMSPOQueryObject Constructors

Definition

Overloads

BMSPOQueryObject()

Initializes a new instance of the BMSPOQueryObject class.

BMSPOQueryObject(String, String, String, String, String)

Initializes a new instance of the BMSPOQueryObject class.

BMSPOQueryObject()

Initializes a new instance of the BMSPOQueryObject class.

public BMSPOQueryObject ();
Public Sub New ()

Applies to

BMSPOQueryObject(String, String, String, String, String)

Initializes a new instance of the BMSPOQueryObject class.

public BMSPOQueryObject (string backupManagementType = default, string workloadType = default, string containerName = default, string status = default, string friendlyName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSPOQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional containerName As String = Nothing, Optional status As String = Nothing, Optional friendlyName As String = Nothing)

Parameters

backupManagementType
String

Backup management type. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

workloadType
String

Workload type. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'

containerName
String

Full name of the container whose Protectable Objects should be returned.

status
String

Backup status query parameter.

friendlyName
String

Friendly name.

Applies to