Operations class
Operations を表すクラス。
コンストラクター
Operations(Qn |
操作を作成します。 |
メソッド
get |
|
get |
|
get |
コンストラクターの詳細
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<OperationsGetDetailsResponse>
Promise<Models.OperationsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<Operation>)
function getDetails(operationId: string, options: RequestOptionsBase, callback: ServiceCallback<Operation>)
パラメーター
- operationId
-
string
操作 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getDetails(string, ServiceCallback<Operation>)
function getDetails(operationId: string, callback: ServiceCallback<Operation>)
パラメーター
- operationId
-
string
操作 ID。
- callback
コールバック。