BMSContainersInquiryQueryObject 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
BMSContainersInquiryQueryObject() |
Initializes a new instance of the BMSContainersInquiryQueryObject class. |
BMSContainersInquiryQueryObject(String, String) |
Initializes a new instance of the BMSContainersInquiryQueryObject class. |
BMSContainersInquiryQueryObject()
Initializes a new instance of the BMSContainersInquiryQueryObject class.
public BMSContainersInquiryQueryObject ();
Public Sub New ()
Applies to
BMSContainersInquiryQueryObject(String, String)
Initializes a new instance of the BMSContainersInquiryQueryObject class.
public BMSContainersInquiryQueryObject (string backupManagementType = default, string workloadType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainersInquiryQueryObject : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainersInquiryQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing)
Parameters
- backupManagementType
- String
Backup management type for this container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- workloadType
- String
Workload type for this container. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
Applies to
Azure SDK for .NET