Share via


MigrationOption type

Defines values for MigrationOption.
KnownMigrationOption can be used interchangeably with MigrationOption, this enum contains the known values that the service supports.

Known values supported by the service

Validate: Validate the migration without performing it.
Migrate: Perform the migration.
ValidateAndMigrate: Validate and perform the migration.

type MigrationOption = string