EndpointKeys class
Classe che rappresenta un endpointKeys.
Costruttori
Endpoint |
Creare un endpointKeys. |
Metodi
Dettagli costruttore
EndpointKeys(QnAMakerClientContext)
Creare un endpointKeys.
new EndpointKeys(client: QnAMakerClientContext)
Parametri
- client
- QnAMakerClientContext
Riferimento al client del servizio.
Dettagli metodo
getKeys(RequestOptionsBase)
function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>
Parametri
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<EndpointKeysGetKeysResponse>
Promise<Models.EndpointKeysGetKeysResponse>
getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function getKeys(options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parametri
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getKeys(ServiceCallback<EndpointKeysDTO>)
function getKeys(callback: ServiceCallback<EndpointKeysDTO>)
Parametri
- callback
Callback
refreshKeys(string, RequestOptionsBase)
function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>
Parametri
- keyType
-
string
Tipo di chiave
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<EndpointKeysRefreshKeysResponse>
Promise<Models.EndpointKeysRefreshKeysResponse>
refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parametri
- keyType
-
string
Tipo di chiave
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)
Parametri
- keyType
-
string
Tipo di chiave
- callback
Callback