Skip to main content

servers_migrations

Creates, updates, deletes, gets or lists a servers_migrations resource.

Overview

Nameservers_migrations
TypeResource
Idazure.mysql.servers_migrations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
cutover_migrationexecsubscriptionId, resourceGroupName, serverNameCutover migration for MySQL import, it will switch source elastic server DNS to flexible server.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
serverNamestringThe name of the server.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

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

EXEC azure.mysql.servers_migrations.cutover_migration 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@serverName='{{ serverName }}' --required
;