EndpointKeys class
Třída představující EndpointKeys.
Konstruktory
Endpoint |
Vytvořte endpointKeys. |
Metody
Podrobnosti konstruktoru
EndpointKeys(QnAMakerClientContext)
Vytvořte endpointKeys.
new EndpointKeys(client: QnAMakerClientContext)
Parametry
- client
- QnAMakerClientContext
Odkaz na klienta služby
Podrobnosti metody
getKeys(RequestOptionsBase)
function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>
Parametry
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<EndpointKeysGetKeysResponse>
Promise<Models.EndpointKeysGetKeysResponse>
getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function getKeys(options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parametry
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
getKeys(ServiceCallback<EndpointKeysDTO>)
function getKeys(callback: ServiceCallback<EndpointKeysDTO>)
Parametry
- callback
Zpětné volání
refreshKeys(string, RequestOptionsBase)
function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>
Parametry
- keyType
-
string
Typ klíče
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<EndpointKeysRefreshKeysResponse>
Promise<Models.EndpointKeysRefreshKeysResponse>
refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parametry
- keyType
-
string
Typ klíče
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)
Parametry
- keyType
-
string
Typ klíče
- callback
Zpětné volání