BMSBackupSummariesQueryObject Constructors

Definition

Overloads

BMSBackupSummariesQueryObject()

Initializes a new instance of the BMSBackupSummariesQueryObject class.

BMSBackupSummariesQueryObject(String)

Initializes a new instance of the BMSBackupSummariesQueryObject class.

BMSBackupSummariesQueryObject()

Initializes a new instance of the BMSBackupSummariesQueryObject class.

public BMSBackupSummariesQueryObject ();
Public Sub New ()

Applies to

BMSBackupSummariesQueryObject(String)

Initializes a new instance of the BMSBackupSummariesQueryObject class.

public BMSBackupSummariesQueryObject (string type = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupSummariesQueryObject : string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupSummariesQueryObject
Public Sub New (Optional type As String = Nothing)

Parameters

type
String

Backup management type for this container. Possible values include: 'Invalid', 'BackupProtectedItemCountSummary', 'BackupProtectionContainerCountSummary'

Applies to