TestMigrateInputProperties Constructors
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.
Overloads
TestMigrateInputProperties() |
Initializes a new instance of the TestMigrateInputProperties class. |
TestMigrateInputProperties(TestMigrateProviderSpecificInput) |
Initializes a new instance of the TestMigrateInputProperties class. |
TestMigrateInputProperties()
Initializes a new instance of the TestMigrateInputProperties class.
public TestMigrateInputProperties ();
Public Sub New ()
Applies to
TestMigrateInputProperties(TestMigrateProviderSpecificInput)
Initializes a new instance of the TestMigrateInputProperties class.
public TestMigrateInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateProviderSpecificInput providerSpecificDetails);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInputProperties
Public Sub New (providerSpecificDetails As TestMigrateProviderSpecificInput)
Parameters
- providerSpecificDetails
- TestMigrateProviderSpecificInput
The provider specific details.