SynapseLinkWorkspaces interface
Interface representing a SynapseLinkWorkspaces.
Methods
list |
Gets all synapselink workspaces for a database. |
Method Details
listByDatabase(string, string, string, SynapseLinkWorkspacesListByDatabaseOptionalParams)
Gets all synapselink workspaces for a database.
function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: SynapseLinkWorkspacesListByDatabaseOptionalParams): PagedAsyncIterableIterator<SynapseLinkWorkspace, SynapseLinkWorkspace[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName
-
string
The name of the server.
- databaseName
-
string
The name of the database.
The options parameters.