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

ExistingProtectionProfile(String) 构造函数

定义

初始化 ExistingProtectionProfile 的新实例。

public ExistingProtectionProfile (string protectionProfileId);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExistingProtectionProfile : string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExistingProtectionProfile
Public Sub New (protectionProfileId As String)

参数

protectionProfileId
String

保护配置文件 Arm ID。如果资源不存在,则引发错误。

例外

protectionProfileId 为 null。

适用于