SqlMigrationServicesOperations interface

Interfaccia che rappresenta un'operazione SqlMigrationServices.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Creare o aggiornare Servizio Migrazione del database.

delete

Eliminare Servizio Migrazione del database.

deleteNode

Eliminare il nodo del runtime di integrazione.

get

Recuperare il Servizio Migrazione del database

listAuthKeys

Recuperare l'elenco delle chiavi di autenticazione per Integration Runtime self-hosted.

listByResourceGroup

Recuperare tutti i servizi di migrazione SQL nel gruppo di risorse.

listBySubscription

Recuperare tutti i servizi di migrazione SQL nelle sottoscrizioni.

listMigrations

Recuperare l'elenco delle migrazioni di database collegate al servizio.

listMonitoringData

Recuperare i nodi di Integration Runtime registrati e i relativi dati di monitoraggio per un determinato Servizio Migrazione del database.

regenerateAuthKeys

Rigenerare un nuovo set di chiavi di autenticazione per Integration Runtime self-hosted.

update

Aggiornare Servizio Migrazione del database.

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SqlMigrationService>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SqlMigrationService>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

beginDelete: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<void>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SqlMigrationService>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SqlMigrationService>

createOrUpdate

Creare o aggiornare Servizio Migrazione del database.

createOrUpdate: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>

delete

Eliminare Servizio Migrazione del database.

delete: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deleteNode

Eliminare il nodo del runtime di integrazione.

deleteNode: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams) => Promise<DeleteNode>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams) => Promise<DeleteNode>

get

Recuperare il Servizio Migrazione del database

get: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams) => Promise<SqlMigrationService>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams) => Promise<SqlMigrationService>

listAuthKeys

Recuperare l'elenco delle chiavi di autenticazione per Integration Runtime self-hosted.

listAuthKeys: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListAuthKeysOptionalParams) => Promise<AuthenticationKeys>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListAuthKeysOptionalParams) => Promise<AuthenticationKeys>

listByResourceGroup

Recuperare tutti i servizi di migrazione SQL nel gruppo di risorse.

listByResourceGroup: (resourceGroupName: string, options?: SqlMigrationServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>

Valore della proprietà

(resourceGroupName: string, options?: SqlMigrationServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>

listBySubscription

Recuperare tutti i servizi di migrazione SQL nelle sottoscrizioni.

listBySubscription: (options?: SqlMigrationServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>

Valore della proprietà

(options?: SqlMigrationServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>

listMigrations

Recuperare l'elenco delle migrazioni di database collegate al servizio.

listMigrations: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMigrationsOptionalParams) => PagedAsyncIterableIterator<DatabaseMigration, DatabaseMigration[], PageSettings>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMigrationsOptionalParams) => PagedAsyncIterableIterator<DatabaseMigration, DatabaseMigration[], PageSettings>

listMonitoringData

Recuperare i nodi di Integration Runtime registrati e i relativi dati di monitoraggio per un determinato Servizio Migrazione del database.

listMonitoringData: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMonitoringDataOptionalParams) => Promise<IntegrationRuntimeMonitoringData>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMonitoringDataOptionalParams) => Promise<IntegrationRuntimeMonitoringData>

regenerateAuthKeys

Rigenerare un nuovo set di chiavi di autenticazione per Integration Runtime self-hosted.

regenerateAuthKeys: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: RegenAuthKeys, options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams) => Promise<RegenAuthKeys>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: RegenAuthKeys, options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams) => Promise<RegenAuthKeys>

update

Aggiornare Servizio Migrazione del database.

update: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>

Valore della proprietà

(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>