VMwareDraModelCustomProperties(String, DataReplicationIdentity) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET