Sdílet prostřednictvím


BMSRefreshContainersQueryObject Constructors

Definition

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'

Applies to