EndpointKeys class
Classe que representa um EndpointKeys.
Construtores
Endpoint |
Crie um EndpointKeys. |
Métodos
Detalhes do construtor
EndpointKeys(QnAMakerClientContext)
Crie um EndpointKeys.
new EndpointKeys(client: QnAMakerClientContext)
Parâmetros
- client
- QnAMakerClientContext
Referência ao cliente de serviço.
Detalhes do método
getKeys(RequestOptionsBase)
function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>
Parâmetros
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<EndpointKeysGetKeysResponse>
Promise<Models.EndpointKeysGetKeysResponse>
getKeys(RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function getKeys(options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parâmetros
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getKeys(ServiceCallback<EndpointKeysDTO>)
function getKeys(callback: ServiceCallback<EndpointKeysDTO>)
Parâmetros
- callback
O retorno de chamada
refreshKeys(string, RequestOptionsBase)
function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>
Parâmetros
- keyType
-
string
Tipo de chave
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<EndpointKeysRefreshKeysResponse>
Modelos de Promessa.EndpointKeysRefreshKeysResponse<>
refreshKeys(string, RequestOptionsBase, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, options: RequestOptionsBase, callback: ServiceCallback<EndpointKeysDTO>)
Parâmetros
- keyType
-
string
Tipo de chave
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)
Parâmetros
- keyType
-
string
Tipo de chave
- callback
O retorno de chamada