你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkspaceManagedSqlServerRecoverableSqlPools interface

表示 WorkspaceManagedSqlServerRecoverableSqlPools 的接口。

方法

get(string, string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams)

获取工作区托管 SQL Server 的可恢复 SQL 池。

list(string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams)

获取工作区托管 SQL Server 的可恢复 SQL 池列表。

方法详细信息

get(string, string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams)

获取工作区托管 SQL Server 的可恢复 SQL 池。

function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams): Promise<RecoverableSqlPool>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

workspaceName

string

工作区的名称。

sqlPoolName

string

sql 池的名称

返回

list(string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams)

获取工作区托管 SQL Server 的可恢复 SQL 池列表。

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams): PagedAsyncIterableIterator<RecoverableSqlPool, RecoverableSqlPool[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

workspaceName

string

工作区的名称。

返回