HyperVMigrateFabricModelCustomProperties 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 HyperVMigrateFabricModelCustomProperties.
public HyperVMigrateFabricModelCustomProperties (Azure.Core.ResourceIdentifier hyperVSiteId, Azure.Core.ResourceIdentifier migrationSolutionId);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVMigrateFabricModelCustomProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVMigrateFabricModelCustomProperties
Public Sub New (hyperVSiteId As ResourceIdentifier, migrationSolutionId As ResourceIdentifier)
Parameters
- hyperVSiteId
- ResourceIdentifier
Gets or sets the ARM Id of the HyperV site.
- migrationSolutionId
- ResourceIdentifier
Gets or sets the migration solution ARM Id.
Exceptions
hyperVSiteId
or migrationSolutionId
is null.