ArmRecoveryServicesDataReplicationModelFactory.HyperVMigrateFabricModelCustomProperties Method
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 static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVMigrateFabricModelCustomProperties HyperVMigrateFabricModelCustomProperties (Azure.Core.ResourceIdentifier hyperVSiteId = default, Azure.Core.ResourceIdentifier fabricResourceId = default, string fabricContainerId = default, Azure.Core.ResourceIdentifier migrationSolutionId = default, Uri migrationHubUri = default);
static member HyperVMigrateFabricModelCustomProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVMigrateFabricModelCustomProperties
Public Shared Function HyperVMigrateFabricModelCustomProperties (Optional hyperVSiteId As ResourceIdentifier = Nothing, Optional fabricResourceId As ResourceIdentifier = Nothing, Optional fabricContainerId As String = Nothing, Optional migrationSolutionId As ResourceIdentifier = Nothing, Optional migrationHubUri As Uri = Nothing) As HyperVMigrateFabricModelCustomProperties
Parameters
- hyperVSiteId
- ResourceIdentifier
Gets or sets the ARM Id of the HyperV site.
- fabricResourceId
- ResourceIdentifier
Gets or sets the fabric resource Id.
- fabricContainerId
- String
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 HyperVMigrateFabricModelCustomProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET