Share via


SynapseLinkWorkspacesClient Interface

public interface SynapseLinkWorkspacesClient

An instance of this class provides access to all the operations defined in SynapseLinkWorkspacesClient.

Method Details

listByDatabase

public abstract PagedIterable<SynapseLinkWorkspaceInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)

Gets all synapselink workspaces for a database.

Parameters:

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.
serverName - The name of the server.
databaseName - The name of the database.

Returns:

all synapselink workspaces for a database as paginated response with PagedIterable<T>.

listByDatabase

public abstract PagedIterable<SynapseLinkWorkspaceInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)

Gets all synapselink workspaces for a database.

Parameters:

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.
serverName - The name of the server.
databaseName - The name of the database.
context - The context to associate with this operation.

Returns:

all synapselink workspaces for a database as paginated response with PagedIterable<T>.

listByDatabaseAsync

public abstract PagedFlux<SynapseLinkWorkspaceInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)

Gets all synapselink workspaces for a database.

Parameters:

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.
serverName - The name of the server.
databaseName - The name of the database.

Returns:

all synapselink workspaces for a database as paginated response with PagedFlux<T>.

Applies to