EndpointKeys class
Klass som representerar en EndpointKeys.
Konstruktorer
Endpoint |
Skapa en EndpointKeys. |
Metoder
Konstruktorinformation
EndpointKeys(QnAMakerClientContext)
Skapa en EndpointKeys.
new EndpointKeys(client: QnAMakerClientContext)
Parametrar
- client
- QnAMakerClientContext
Referens till tjänstklienten.
Metodinformation
getKeys(RequestOptionsBase)
function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>
Parametrar
- options
- RequestOptionsBase
De valfria parametrarna
Returer
Promise<EndpointKeysGetKeysResponse>
Promise<Models.EndpointKeysGetKeysResponse>
getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function getKeys(options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parametrar
- options
- RequestOptionsBase
De valfria parametrarna
- callback
Återanropet
getKeys(ServiceCallback<EndpointKeysDTO>)
function getKeys(callback: ServiceCallback<EndpointKeysDTO>)
Parametrar
- callback
Återanropet
refreshKeys(string, RequestOptionsBase)
function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>
Parametrar
- keyType
-
string
Typ av nyckel
- options
- RequestOptionsBase
De valfria parametrarna
Returer
Promise<EndpointKeysRefreshKeysResponse>
Promise<Models.EndpointKeysRefreshKeysResponse>
refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parametrar
- keyType
-
string
Typ av nyckel
- options
- RequestOptionsBase
De valfria parametrarna
- callback
Återanropet
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)
Parametrar
- keyType
-
string
Typ av nyckel
- callback
Återanropet