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

SqlPoolOperationResults interface

表示 SqlPoolOperationResults 的接口。

方法

beginGetLocationHeaderResult(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

获取 SQL 池作的状态

beginGetLocationHeaderResultAndWait(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

获取 SQL 池作的状态

方法详细信息

beginGetLocationHeaderResult(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

获取 SQL 池作的状态

function beginGetLocationHeaderResult(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<PollerLike<PollOperationState<SqlPool>, SqlPool>>

参数

resourceGroupName

string

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

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

operationId

string

操作 ID

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<SqlPool>, SqlPool>>

beginGetLocationHeaderResultAndWait(string, string, string, string, SqlPoolOperationResultsGetLocationHeaderResultOptionalParams)

获取 SQL 池作的状态

function beginGetLocationHeaderResultAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<SqlPool>

参数

resourceGroupName

string

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

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

operationId

string

操作 ID

返回

Promise<SqlPool>