EndpointSettings class
代表 EndpointSettings 的類別。
建構函式
Endpoint |
建立 EndpointSettings。 |
方法
建構函式詳細資料
EndpointSettings(QnAMakerClientContext)
建立 EndpointSettings。
new EndpointSettings(client: QnAMakerClientContext)
參數
- client
- QnAMakerClientContext
服務用戶端的參考。
方法詳細資料
getSettings(RequestOptionsBase)
function getSettings(options?: RequestOptionsBase): Promise<EndpointSettingsGetSettingsResponse>
參數
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<EndpointSettingsGetSettingsResponse>
Promise < Models.EndpointSettingsGetSettingsResponse>
getSettings(RequestOptionsBase, ServiceCallback<EndpointSettingsDTO>)
function getSettings(options: RequestOptionsBase, callback: ServiceCallback<EndpointSettingsDTO>)
參數
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getSettings(ServiceCallback<EndpointSettingsDTO>)
function getSettings(callback: ServiceCallback<EndpointSettingsDTO>)
參數
- callback
回呼
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>
回呼