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

ProtectedItemQueryObject 构造函数

定义

重载

ProtectedItemQueryObject()

初始化 ProtectedItemQueryObject 类的新实例。

ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String)

初始化 ProtectedItemQueryObject 类的新实例。

ProtectedItemQueryObject()

初始化 ProtectedItemQueryObject 类的新实例。

public ProtectedItemQueryObject ();
Public Sub New ()

适用于

ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String)

初始化 ProtectedItemQueryObject 类的新实例。

public ProtectedItemQueryObject (string healthState = default, string backupManagementType = default, string itemType = default, string policyName = default, string containerName = default, string backupEngineName = default, string friendlyName = default, string fabricName = default, string backupSetName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemQueryObject : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemQueryObject
Public Sub New (Optional healthState As String = Nothing, Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional policyName As String = Nothing, Optional containerName As String = Nothing, Optional backupEngineName As String = Nothing, Optional friendlyName As String = Nothing, Optional fabricName As String = Nothing, Optional backupSetName As String = Nothing)

参数

healthState
String

备份项的运行状况状态。 可能的值包括:“Passed”、“ActionRequired”、“ActionSuggested”、“Invalid”

backupManagementType
String

备份项的备份管理类型。 可能的值包括:“Invalid”、“AzureIaasVM”、“MAB”、“DPM”、“AzureBackupServer”、“AzureSql”、“AzureStorage”、“AzureWorkload”、“DefaultBackup”

itemType
String

此项表示的工作负载的类型。 可能的值包括:“Invalid”、“VM”、“FileFolder”、“AzureSqlDb”、“SQLDB”、“Exchange”、“Sharepoint”、“VMwareVM”、“SystemState”、“Client”、“GenericDataSource”、“SQLDataBase”、“AzureFileShare”、“SAPHanaDatabase”、“SAPAseDatabase”

policyName
String

与备份项关联的备份策略名称。

containerName
String

容器名。

backupEngineName
String

备份引擎名称

friendlyName
String

受保护项的友好名称

fabricName
String

结构的名称。

backupSetName
String

备份集的名称。

适用于