VMwareToAzStackHciReplicationExtensionCustomProperties 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 VMwareToAzStackHciReplicationExtensionCustomProperties.
public VMwareToAzStackHciReplicationExtensionCustomProperties(Azure.Core.ResourceIdentifier vmwareFabricArmId, Azure.Core.ResourceIdentifier azStackHciFabricArmId);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciReplicationExtensionCustomProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciReplicationExtensionCustomProperties
Public Sub New (vmwareFabricArmId As ResourceIdentifier, azStackHciFabricArmId As ResourceIdentifier)
Parameters
- vmwareFabricArmId
- ResourceIdentifier
Gets or sets the ARM Id of the source VMware fabric.
- azStackHciFabricArmId
- ResourceIdentifier
Gets or sets the ARM Id of the target AzStackHCI fabric.
Exceptions
vmwareFabricArmId or azStackHciFabricArmId is null.