VMwareFabricAgentCustomProperties(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 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.