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

作業識別碼。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.OperationsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<Operation>)

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

參數

operationId

string

作業識別碼。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Operation>

回呼

getDetails(string, ServiceCallback<Operation>)

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

參數

operationId

string

作業識別碼。

callback

ServiceCallback<Operation>

回呼