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