MigrationServices interface
Interfaz que representa un MigrationServices.
Métodos
Detalles del método
beginCreateOrUpdate(string, string, MigrationService, MigrationServicesCreateOrUpdateOptionalParams)
Cree o actualice Database Migration Service.
function beginCreateOrUpdate(resourceGroupName: string, migrationServiceName: string, parameters: MigrationService, options?: MigrationServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MigrationService>, MigrationService>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
- parameters
- MigrationService
Detalles del recurso MigrationService.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<MigrationService>, MigrationService>>
beginCreateOrUpdateAndWait(string, string, MigrationService, MigrationServicesCreateOrUpdateOptionalParams)
Cree o actualice Database Migration Service.
function beginCreateOrUpdateAndWait(resourceGroupName: string, migrationServiceName: string, parameters: MigrationService, options?: MigrationServicesCreateOrUpdateOptionalParams): Promise<MigrationService>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
- parameters
- MigrationService
Detalles del recurso MigrationService.
Parámetros de opciones.
Devoluciones
Promise<MigrationService>
beginDelete(string, string, MigrationServicesDeleteOptionalParams)
Elimine Database Migration Service.
function beginDelete(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MigrationServicesDeleteHeaders>, MigrationServicesDeleteHeaders>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<MigrationServicesDeleteHeaders>, MigrationServicesDeleteHeaders>>
beginDeleteAndWait(string, string, MigrationServicesDeleteOptionalParams)
Elimine Database Migration Service.
function beginDeleteAndWait(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesDeleteOptionalParams): Promise<MigrationServicesDeleteHeaders>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
Parámetros de opciones.
Devoluciones
Promise<MigrationServicesDeleteHeaders>
beginUpdate(string, string, MigrationServiceUpdate, MigrationServicesUpdateOptionalParams)
Actualice Database Migration Service.
function beginUpdate(resourceGroupName: string, migrationServiceName: string, parameters: MigrationServiceUpdate, options?: MigrationServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MigrationService>, MigrationService>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
- parameters
- MigrationServiceUpdate
Detalles del recurso MigrationService.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<MigrationService>, MigrationService>>
beginUpdateAndWait(string, string, MigrationServiceUpdate, MigrationServicesUpdateOptionalParams)
Actualice Database Migration Service.
function beginUpdateAndWait(resourceGroupName: string, migrationServiceName: string, parameters: MigrationServiceUpdate, options?: MigrationServicesUpdateOptionalParams): Promise<MigrationService>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
- parameters
- MigrationServiceUpdate
Detalles del recurso MigrationService.
Parámetros de opciones.
Devoluciones
Promise<MigrationService>
get(string, string, MigrationServicesGetOptionalParams)
Recuperar el servicio de migración de bases de datos
function get(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesGetOptionalParams): Promise<MigrationService>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
Parámetros de opciones.
Devoluciones
Promise<MigrationService>
listByResourceGroup(string, MigrationServicesListByResourceGroupOptionalParams)
Recupere todos los servicios de migración del grupo de recursos.
function listByResourceGroup(resourceGroupName: string, options?: MigrationServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MigrationService, MigrationService[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
Parámetros de opciones.
Devoluciones
listBySubscription(MigrationServicesListBySubscriptionOptionalParams)
Recupere todos los servicios de migración de las suscripciones.
function listBySubscription(options?: MigrationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MigrationService, MigrationService[], PageSettings>
Parámetros
Parámetros de opciones.
Devoluciones
listMigrations(string, string, MigrationServicesListMigrationsOptionalParams)
Recupere la lista de migraciones de base de datos adjuntas al servicio.
function listMigrations(resourceGroupName: string, migrationServiceName: string, options?: MigrationServicesListMigrationsOptionalParams): PagedAsyncIterableIterator<DatabaseMigrationBase, DatabaseMigrationBase[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.
- migrationServiceName
-
string
Nombre del servicio de migración.
Parámetros de opciones.