Freigeben über


EndpointKeys class

Klasse, die eine EndpointKeys-Klasse darstellt.

Konstruktoren

EndpointKeys(QnAMakerClientContext)

Erstellen Sie ein EndpointKeys-Objekt.

Methoden

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

Details zum Konstruktor

EndpointKeys(QnAMakerClientContext)

Erstellen Sie ein EndpointKeys-Objekt.

new EndpointKeys(client: QnAMakerClientContext)

Parameter

client
QnAMakerClientContext

Verweis auf den Dienstclient.

Details zur Methode

getKeys(RequestOptionsBase)

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

Parameter

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.EndpointKeysGetKeysResponse>

getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)

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

Parameter

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<EndpointKeysDTO>

Der Rückruf.

getKeys(ServiceCallback<EndpointKeysDTO>)

function getKeys(callback: ServiceCallback<EndpointKeysDTO>)

Parameter

callback

ServiceCallback<EndpointKeysDTO>

Der Rückruf.

refreshKeys(string, RequestOptionsBase)

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

Parameter

keyType

string

Schlüsseltyp

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.EndpointKeysRefreshKeysResponse>

refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)

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

Parameter

keyType

string

Schlüsseltyp

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<EndpointKeysDTO>

Der Rückruf.

refreshKeys(string, ServiceCallback<EndpointKeysDTO>)

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

Parameter

keyType

string

Schlüsseltyp

callback

ServiceCallback<EndpointKeysDTO>

Der Rückruf.