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

ProtectionIntentQueryObject 构造函数

定义

重载

ProtectionIntentQueryObject()

初始化 ProtectionIntentQueryObject 类的新实例。

ProtectionIntentQueryObject(String, String, String, String)

初始化 ProtectionIntentQueryObject 类的新实例。

ProtectionIntentQueryObject()

初始化 ProtectionIntentQueryObject 类的新实例。

public ProtectionIntentQueryObject();
Public Sub New ()

适用于

ProtectionIntentQueryObject(String, String, String, String)

初始化 ProtectionIntentQueryObject 类的新实例。

public ProtectionIntentQueryObject(string backupManagementType = default, string itemType = default, string parentName = default, string itemName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional parentName As String = Nothing, Optional itemName As String = Nothing)

参数

backupManagementType
String

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

itemType
String

此项表示的工作负荷的类型。 可能的值包括:“Invalid”、“SQLInstance”、“SQLAvailabilityGroupContainer”

parentName
String

意向的父名称

itemName
String

意向的项名称

适用于