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