VMwareDraModelCustomProperties(String, DataReplicationIdentity) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。