Share via


VMwareFabricAgentCustomProperties(String, DataReplicationIdentity) Constructor

Definition

Initializes a new instance of VMwareFabricAgentCustomProperties.

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

Parameters

biosId
String

Gets or sets the BIOS Id of the fabric agent machine.

marsAuthenticationIdentity
DataReplicationIdentity

Identity model.

Exceptions

biosId or marsAuthenticationIdentity is null.

Applies to