你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BMSBackupSummariesQueryObject 构造函数

定义

重载

BMSBackupSummariesQueryObject()

初始化 BMSBackupSummariesQueryObject 类的新实例。

BMSBackupSummariesQueryObject(String)

初始化 BMSBackupSummariesQueryObject 类的新实例。

BMSBackupSummariesQueryObject()

初始化 BMSBackupSummariesQueryObject 类的新实例。

public BMSBackupSummariesQueryObject ();
Public Sub New ()

适用于

BMSBackupSummariesQueryObject(String)

初始化 BMSBackupSummariesQueryObject 类的新实例。

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

参数

type
String

此容器的备份管理类型。 可能的值包括:“Invalid”、“BackupProtectedItemCountSummary”、“BackupProtectionContainerCountSummary”

适用于