ServersMigration interface
Interface representing a ServersMigration.
Methods
| begin |
Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server. |
| begin |
Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server. |
Method Details
beginCutoverMigration(string, string, ServersMigrationCutoverMigrationOptionalParams)
Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.
function beginCutoverMigration(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams): Promise<SimplePollerLike<OperationState<Server>, Server>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<Server>, Server>>
beginCutoverMigrationAndWait(string, string, ServersMigrationCutoverMigrationOptionalParams)
Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.
function beginCutoverMigrationAndWait(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams): Promise<Server>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.
Returns
Promise<Server>