次の方法で共有


Operations class

Operations を表すクラス。

コンストラクター

Operations(QnAMakerClientContext)

操作を作成します。

メソッド

getDetails(string, RequestOptionsBase)
getDetails(string, RequestOptionsBase, ServiceCallback<Operation>)
getDetails(string, ServiceCallback<Operation>)

コンストラクターの詳細

Operations(QnAMakerClientContext)

操作を作成します。

new Operations(client: QnAMakerClientContext)

パラメーター

client
QnAMakerClientContext

サービス クライアントへの参照。

メソッドの詳細

getDetails(string, RequestOptionsBase)

function getDetails(operationId: string, options?: RequestOptionsBase): Promise<OperationsGetDetailsResponse>

パラメーター

operationId

string

操作 ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.OperationsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<Operation>)

function getDetails(operationId: string, options: RequestOptionsBase, callback: ServiceCallback<Operation>)

パラメーター

operationId

string

操作 ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Operation>

コールバック。

getDetails(string, ServiceCallback<Operation>)

function getDetails(operationId: string, callback: ServiceCallback<Operation>)

パラメーター

operationId

string

操作 ID。

callback

ServiceCallback<Operation>

コールバック。