import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { SynapseLinkWorkspaces } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { SynapseLinkWorkspace, SynapseLinkWorkspacesListByDatabaseOptionalParams } from "../models"; /** Class containing SynapseLinkWorkspaces operations. */ export declare class SynapseLinkWorkspacesImpl implements SynapseLinkWorkspaces { private readonly client; /** * Initialize a new instance of the class SynapseLinkWorkspaces class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Gets all synapselink workspaces for a database. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. * @param databaseName The name of the database. * @param options The options parameters. */ listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: SynapseLinkWorkspacesListByDatabaseOptionalParams): PagedAsyncIterableIterator; private listByDatabasePagingPage; private listByDatabasePagingAll; /** * Gets all synapselink workspaces for a database. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. * @param databaseName The name of the database. * @param options The options parameters. */ private _listByDatabase; /** * ListByDatabaseNext * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param serverName The name of the server. * @param databaseName The name of the database. * @param nextLink The nextLink from the previous successful call to the ListByDatabase method. * @param options The options parameters. */ private _listByDatabaseNext; } //# sourceMappingURL=synapseLinkWorkspaces.d.ts.map