次の方法で共有


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 です。

適用対象