Share via


TestMigrateProperties(TestMigrateProviderSpecificContent) Constructor

Definition

Initializes a new instance of TestMigrateProperties.

public TestMigrateProperties (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProviderSpecificContent providerSpecificDetails);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProperties : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProviderSpecificContent -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProperties
Public Sub New (providerSpecificDetails As TestMigrateProviderSpecificContent)

Parameters

providerSpecificDetails
TestMigrateProviderSpecificContent

The provider specific details. Please note TestMigrateProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include VMwareCbtTestMigrateContent.

Exceptions

providerSpecificDetails is null.

Applies to