次の方法で共有


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

options
SqlPoolOperationResultsGetLocationHeaderResultOptionalParams

オプション パラメーター。

戻り値

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

options
SqlPoolOperationResultsGetLocationHeaderResultOptionalParams

オプション パラメーター。

戻り値

Promise<SqlPool>