EndpointKeys class
EndpointKeys を表すクラス。
コンストラクター
Endpoint |
EndpointKeys を作成します。 |
メソッド
コンストラクターの詳細
EndpointKeys(QnAMakerClientContext)
EndpointKeys を作成します。
new EndpointKeys(client: QnAMakerClientContext)
パラメーター
- client
- QnAMakerClientContext
サービス クライアントへの参照。
メソッドの詳細
getKeys(RequestOptionsBase)
function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>
パラメーター
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<EndpointKeysGetKeysResponse>
Promise<Models.EndpointKeysGetKeysResponse>
getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function getKeys(options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
パラメーター
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getKeys(ServiceCallback<EndpointKeysDTO>)
function getKeys(callback: ServiceCallback<EndpointKeysDTO>)
パラメーター
- callback
コールバック。
refreshKeys(string, RequestOptionsBase)
function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>
パラメーター
- keyType
-
string
キーの種類
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<EndpointKeysRefreshKeysResponse>
Promise<Models.EndpointKeysRefreshKeysResponse>
refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
パラメーター
- keyType
-
string
キーの種類
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)
パラメーター
- keyType
-
string
キーの種類
- callback
コールバック。