次の方法で共有


EndpointKeys class

EndpointKeys を表すクラス。

コンストラクター

EndpointKeys(QnAMakerClientContext)

EndpointKeys を作成します。

メソッド

getKeys(RequestOptionsBase)
getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
getKeys(ServiceCallback<EndpointKeysDTO>)
refreshKeys(string, RequestOptionsBase)
refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)

コンストラクターの詳細

EndpointKeys(QnAMakerClientContext)

EndpointKeys を作成します。

new EndpointKeys(client: QnAMakerClientContext)

パラメーター

client
QnAMakerClientContext

サービス クライアントへの参照。

メソッドの詳細

getKeys(RequestOptionsBase)

function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.EndpointKeysGetKeysResponse>

getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)

function getKeys(options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<EndpointKeysDTO>

コールバック。

getKeys(ServiceCallback<EndpointKeysDTO>)

function getKeys(callback: ServiceCallback<EndpointKeysDTO>)

パラメーター

callback

ServiceCallback<EndpointKeysDTO>

コールバック。

refreshKeys(string, RequestOptionsBase)

function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>

パラメーター

keyType

string

キーの種類

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.EndpointKeysRefreshKeysResponse>

refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)

function refreshKeys(keyType: string, options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)

パラメーター

keyType

string

キーの種類

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<EndpointKeysDTO>

コールバック。

refreshKeys(string, ServiceCallback<EndpointKeysDTO>)

function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)

パラメーター

keyType

string

キーの種類

callback

ServiceCallback<EndpointKeysDTO>

コールバック。