WorkspaceManagedSqlServerRecoverableSqlPools interface
Interface representing a WorkspaceManagedSqlServerRecoverableSqlPools.
Methods
get(string, string, string, Workspace |
Get recoverable sql pools for workspace managed sql server. |
list(string, string, Workspace |
Get list of recoverable sql pools for workspace managed sql server. |
Method Details
get(string, string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams)
Get recoverable sql pools for workspace managed sql server.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams): Promise<RecoverableSqlPool>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
The name of the sql pool
The options parameters.
Returns
Promise<RecoverableSqlPool>
list(string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams)
Get list of recoverable sql pools for workspace managed sql server.
function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams): PagedAsyncIterableIterator<RecoverableSqlPool, RecoverableSqlPool[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
The options parameters.