Sdílet prostřednictvím


EndpointKeys class

Třída představující EndpointKeys.

Konstruktory

EndpointKeys(QnAMakerClientContext)

Vytvořte endpointKeys.

Metody

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

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<Models.EndpointKeysGetKeysResponse>

getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)

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

Parametry

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<EndpointKeysDTO>

Zpětné volání

getKeys(ServiceCallback<EndpointKeysDTO>)

function getKeys(callback: ServiceCallback<EndpointKeysDTO>)

Parametry

callback

ServiceCallback<EndpointKeysDTO>

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<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

ServiceCallback<EndpointKeysDTO>

Zpětné volání

refreshKeys(string, ServiceCallback<EndpointKeysDTO>)

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

Parametry

keyType

string

Typ klíče

callback

ServiceCallback<EndpointKeysDTO>

Zpětné volání