次の方法で共有


DataReplicationProtectedItemProperties コンストラクター

定義

DataReplicationProtectedItemProperties の新しいインスタンスを初期化します。

public DataReplicationProtectedItemProperties (string policyName, string replicationExtensionName, Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemModelCustomProperties customProperties);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectedItemProperties : string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemModelCustomProperties -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectedItemProperties
Public Sub New (policyName As String, replicationExtensionName As String, customProperties As ProtectedItemModelCustomProperties)

パラメーター

policyName
String

ポリシー名を取得または設定します。

replicationExtensionName
String

レプリケーション拡張機能の名前を取得または設定します。

customProperties
ProtectedItemModelCustomProperties

保護された項目モデルのカスタム プロパティ。 基底クラスであることに注意 ProtectedItemModelCustomProperties してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 がVMwareToAzStackHciProtectedItemModelCustomProperties含まれます。HyperVToAzStackHciProtectedItemModelCustomPropertiesGeneralProtectedItemModelCustomProperties

例外

policyNamereplicationExtensionName、または customProperties が null です。

適用対象