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