次の方法で共有


VMwareDraModelCustomProperties(String, DataReplicationIdentity) コンストラクター

定義

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

public VMwareDraModelCustomProperties (string biosId, Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationIdentity marsAuthenticationIdentity);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareDraModelCustomProperties : string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationIdentity -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareDraModelCustomProperties
Public Sub New (biosId As String, marsAuthenticationIdentity As DataReplicationIdentity)

パラメーター

biosId
String

DRA マシンの BIOS ID を取得または設定します。

marsAuthenticationIdentity
DataReplicationIdentity

ID モデル。

例外

biosId または marsAuthenticationIdentity が null です。

適用対象