HyperVMigrateFabricModelCustomProperties Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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)
Parâmetros
- hyperVSiteId
- ResourceIdentifier
Obtém ou define a ID do ARM do site do HyperV.
- migrationSolutionId
- ResourceIdentifier
Obtém ou define a ID do ARM da solução de migração.
Exceções
hyperVSiteId
ou migrationSolutionId
é nulo.