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