ArmRecoveryServicesDataReplicationModelFactory.HyperVMigrateFabricCustomProperties Method

Definition

HyperV migrate fabric model custom properties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVMigrateFabricCustomProperties HyperVMigrateFabricCustomProperties(Azure.Core.ResourceIdentifier hyperVSiteId = default, Azure.Core.ResourceIdentifier fabricResourceId = default, Azure.Core.ResourceIdentifier fabricContainerId = default, Azure.Core.ResourceIdentifier migrationSolutionId = default, Uri migrationHubUri = default);
static member HyperVMigrateFabricCustomProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVMigrateFabricCustomProperties
Public Shared Function HyperVMigrateFabricCustomProperties (Optional hyperVSiteId As ResourceIdentifier = Nothing, Optional fabricResourceId As ResourceIdentifier = Nothing, Optional fabricContainerId As ResourceIdentifier = Nothing, Optional migrationSolutionId As ResourceIdentifier = Nothing, Optional migrationHubUri As Uri = Nothing) As HyperVMigrateFabricCustomProperties

Parameters

hyperVSiteId
ResourceIdentifier

Gets or sets the ARM Id of the HyperV site.

fabricResourceId
ResourceIdentifier

Gets or sets the fabric resource Id.

fabricContainerId
ResourceIdentifier

Gets or sets the fabric container Id.

migrationSolutionId
ResourceIdentifier

Gets or sets the migration solution ARM Id.

migrationHubUri
Uri

Gets or sets the migration hub Uri.

Returns

A new HyperVMigrateFabricCustomProperties instance for mocking.

Applies to