TestMigrateInput 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
TestMigrateInput() |
Initializes a new instance of the TestMigrateInput class. |
TestMigrateInput(TestMigrateInputProperties) |
Initializes a new instance of the TestMigrateInput class. |
TestMigrateInput()
Initializes a new instance of the TestMigrateInput class.
public TestMigrateInput ();
Public Sub New ()
Applies to
TestMigrateInput(TestMigrateInputProperties)
Initializes a new instance of the TestMigrateInput class.
public TestMigrateInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInput
Public Sub New (properties As TestMigrateInputProperties)
Parameters
- properties
- TestMigrateInputProperties
Test migrate input properties.