ServersMigrationOperations interface

Interface representing a ServersMigration operations.

Properties

beginCutoverMigration
beginCutoverMigrationAndWait
cutoverMigration

Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.

Property Details

beginCutoverMigration

Warning

This API is now deprecated.

use cutoverMigration instead

beginCutoverMigration: (resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams) => Promise<SimplePollerLike<OperationState<Server>, Server>>

Property Value

(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams) => Promise<SimplePollerLike<OperationState<Server>, Server>>

beginCutoverMigrationAndWait

Warning

This API is now deprecated.

use cutoverMigration instead

beginCutoverMigrationAndWait: (resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams) => Promise<Server>

Property Value

(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams) => Promise<Server>

cutoverMigration

Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.

cutoverMigration: (resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams) => PollerLike<OperationState<Server>, Server>

Property Value

(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams) => PollerLike<OperationState<Server>, Server>