BMSWorkloadItemQueryObject 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
BMSWorkloadItemQueryObject() |
Initializes a new instance of the BMSWorkloadItemQueryObject class. |
BMSWorkloadItemQueryObject(String, String, String, String) |
Initializes a new instance of the BMSWorkloadItemQueryObject class. |
BMSWorkloadItemQueryObject()
Initializes a new instance of the BMSWorkloadItemQueryObject class.
public BMSWorkloadItemQueryObject ();
Public Sub New ()
Applies to
BMSWorkloadItemQueryObject(String, String, String, String)
Initializes a new instance of the BMSWorkloadItemQueryObject class.
public BMSWorkloadItemQueryObject (string backupManagementType = default, string workloadItemType = default, string workloadType = default, string protectionStatus = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSWorkloadItemQueryObject : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSWorkloadItemQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadItemType As String = Nothing, Optional workloadType As String = Nothing, Optional protectionStatus As String = Nothing)
Parameters
- backupManagementType
- String
Backup management type. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- workloadItemType
- String
Workload Item type. Possible values include: 'Invalid', 'SQLInstance', 'SQLDataBase', 'SAPHanaSystem', 'SAPHanaDatabase', 'SAPAseSystem', 'SAPAseDatabase'
- workloadType
- String
Workload type. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- protectionStatus
- String
Backup status query parameter. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'