VMwareDraModelCustomProperties(String, DataReplicationIdentity) Constructor

Definition

Initializes a new instance of 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)

Parameters

biosId
String

Gets or sets the BIOS Id of the DRA machine.

marsAuthenticationIdentity
DataReplicationIdentity

Identity model.

Exceptions

biosId or marsAuthenticationIdentity is null.

Applies to