Operations class
작업을 나타내는 클래스입니다.
생성자
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
콜백