EndpointSettings class

EndpointSettings를 나타내는 클래스입니다.

생성자

EndpointSettings(QnAMakerClientContext)

EndpointSettings를 만듭니다.

메서드

getSettings(RequestOptionsBase)
getSettings(RequestOptionsBase, ServiceCallback<EndpointSettingsDTO>)
getSettings(ServiceCallback<EndpointSettingsDTO>)
updateSettings(EndpointSettingsDTO, RequestOptionsBase)
updateSettings(EndpointSettingsDTO, RequestOptionsBase, ServiceCallback<void>)
updateSettings(EndpointSettingsDTO, ServiceCallback<void>)

생성자 세부 정보

EndpointSettings(QnAMakerClientContext)

EndpointSettings를 만듭니다.

new EndpointSettings(client: QnAMakerClientContext)

매개 변수

client
QnAMakerClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

getSettings(RequestOptionsBase)

function getSettings(options?: RequestOptionsBase): Promise<EndpointSettingsGetSettingsResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.EndpointSettingsGetSettingsResponse>

getSettings(RequestOptionsBase, ServiceCallback<EndpointSettingsDTO>)

function getSettings(options: RequestOptionsBase, callback: ServiceCallback<EndpointSettingsDTO>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

getSettings(ServiceCallback<EndpointSettingsDTO>)

function getSettings(callback: ServiceCallback<EndpointSettingsDTO>)

매개 변수

updateSettings(EndpointSettingsDTO, RequestOptionsBase)

function updateSettings(endpointSettingsPayload: EndpointSettingsDTO, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

endpointSettingsPayload
EndpointSettingsDTO

요청의 사후 본문입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

updateSettings(EndpointSettingsDTO, RequestOptionsBase, ServiceCallback<void>)

function updateSettings(endpointSettingsPayload: EndpointSettingsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

endpointSettingsPayload
EndpointSettingsDTO

요청의 사후 본문입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

updateSettings(EndpointSettingsDTO, ServiceCallback<void>)

function updateSettings(endpointSettingsPayload: EndpointSettingsDTO, callback: ServiceCallback<void>)

매개 변수

endpointSettingsPayload
EndpointSettingsDTO

요청의 사후 본문입니다.

callback

ServiceCallback<void>

콜백