Operations class
代表 Operations 的類別。
建構函式
Operations(Qn |
建立作業。 |
方法
get |
|
get |
|
get |
建構函式詳細資料
Operations(QnAMakerClientContext)
方法詳細資料
getDetails(string, RequestOptionsBase)
function getDetails(operationId: string, options?: RequestOptionsBase): Promise<OperationsGetDetailsResponse>
參數
- operationId
-
string
作業識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<OperationsGetDetailsResponse>
Promise < Models.OperationsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<Operation>)
function getDetails(operationId: string, options: RequestOptionsBase, callback: ServiceCallback<Operation>)
參數
- operationId
-
string
作業識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getDetails(string, ServiceCallback<Operation>)
function getDetails(operationId: string, callback: ServiceCallback<Operation>)
參數
- operationId
-
string
作業識別碼。
- callback
回呼