SqlMigrationServices interface
Interface representing a SqlMigrationServices.
Methods
Method Details
beginCreateOrUpdate(string, string, SqlMigrationService, SqlMigrationServicesCreateOrUpdateOptionalParams)
Create or Update SQL Migration Service.
function beginCreateOrUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlMigrationService>, SqlMigrationService>>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
- parameters
- SqlMigrationService
Details of SqlMigrationService resource.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<SqlMigrationService>, SqlMigrationService>>
beginCreateOrUpdateAndWait(string, string, SqlMigrationService, SqlMigrationServicesCreateOrUpdateOptionalParams)
Create or Update SQL Migration Service.
function beginCreateOrUpdateAndWait(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams): Promise<SqlMigrationService>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
- parameters
- SqlMigrationService
Details of SqlMigrationService resource.
The options parameters.
Returns
Promise<SqlMigrationService>
beginDelete(string, string, SqlMigrationServicesDeleteOptionalParams)
Delete SQL Migration Service.
function beginDelete(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, SqlMigrationServicesDeleteOptionalParams)
Delete SQL Migration Service.
function beginDeleteAndWait(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
The options parameters.
Returns
Promise<void>
beginUpdate(string, string, SqlMigrationServiceUpdate, SqlMigrationServicesUpdateOptionalParams)
Update SQL Migration Service.
function beginUpdate(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlMigrationService>, SqlMigrationService>>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
- parameters
- SqlMigrationServiceUpdate
Details of SqlMigrationService resource.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<SqlMigrationService>, SqlMigrationService>>
beginUpdateAndWait(string, string, SqlMigrationServiceUpdate, SqlMigrationServicesUpdateOptionalParams)
Update SQL Migration Service.
function beginUpdateAndWait(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams): Promise<SqlMigrationService>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
- parameters
- SqlMigrationServiceUpdate
Details of SqlMigrationService resource.
The options parameters.
Returns
Promise<SqlMigrationService>
deleteNode(string, string, DeleteNode, SqlMigrationServicesDeleteNodeOptionalParams)
Delete the integration runtime node.
function deleteNode(resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams): Promise<DeleteNode>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
- parameters
- DeleteNode
Details of SqlMigrationService resource.
The options parameters.
Returns
Promise<DeleteNode>
get(string, string, SqlMigrationServicesGetOptionalParams)
Retrieve the Migration Service.
function get(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams): Promise<SqlMigrationService>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
The options parameters.
Returns
Promise<SqlMigrationService>
listAuthKeys(string, string, SqlMigrationServicesListAuthKeysOptionalParams)
Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
function listAuthKeys(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListAuthKeysOptionalParams): Promise<AuthenticationKeys>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
The options parameters.
Returns
Promise<AuthenticationKeys>
listByResourceGroup(string, SqlMigrationServicesListByResourceGroupOptionalParams)
Retrieve all SQL migration services in the resource group.
function listByResourceGroup(resourceGroupName: string, options?: SqlMigrationServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
The options parameters.
Returns
listBySubscription(SqlMigrationServicesListBySubscriptionOptionalParams)
Retrieve all SQL migration services in the subscriptions.
function listBySubscription(options?: SqlMigrationServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>
Parameters
The options parameters.
Returns
listMigrations(string, string, SqlMigrationServicesListMigrationsOptionalParams)
Retrieve the List of database migrations attached to the service.
function listMigrations(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMigrationsOptionalParams): PagedAsyncIterableIterator<DatabaseMigration, DatabaseMigration[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
The options parameters.
Returns
listMonitoringData(string, string, SqlMigrationServicesListMonitoringDataOptionalParams)
Retrieve the Monitoring Data.
function listMonitoringData(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMonitoringDataOptionalParams): Promise<IntegrationRuntimeMonitoringData>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
The options parameters.
Returns
Promise<IntegrationRuntimeMonitoringData>
regenerateAuthKeys(string, string, RegenAuthKeys, SqlMigrationServicesRegenerateAuthKeysOptionalParams)
Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
function regenerateAuthKeys(resourceGroupName: string, sqlMigrationServiceName: string, parameters: RegenAuthKeys, options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams): Promise<RegenAuthKeys>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlMigrationServiceName
-
string
Name of the SQL Migration Service.
- parameters
- RegenAuthKeys
Details of SqlMigrationService resource.
The options parameters.
Returns
Promise<RegenAuthKeys>
Azure SDK for JavaScript