次の方法で共有


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

省略可能なパラメーター

callback

ServiceCallback<EndpointSettingsDTO>

コールバック。

getSettings(ServiceCallback<EndpointSettingsDTO>)

function getSettings(callback: ServiceCallback<EndpointSettingsDTO>)

パラメーター

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>

コールバック。