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