EndpointKeys class
Classe que representa um EndpointKeys.
Construtores
Endpoint |
Criar um EndpointKeys. |
Métodos
Detalhes do Construtor
EndpointKeys(QnAMakerClientContext)
Criar um EndpointKeys.
new EndpointKeys(client: QnAMakerClientContext)
Parâmetros
- client
- QnAMakerClientContext
Referência ao cliente de serviço.
Detalhes de Método
getKeys(RequestOptionsBase)
function getKeys(options?: RequestOptionsBase): Promise<EndpointKeysGetKeysResponse>
Parâmetros
- options
- RequestOptionsBase
Os parâmetros opcionais
Devoluções
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
A chamada de retorno
getKeys(ServiceCallback<EndpointKeysDTO>)
function getKeys(callback: ServiceCallback<EndpointKeysDTO>)
Parâmetros
- callback
A chamada de retorno
refreshKeys(string, RequestOptionsBase)
function refreshKeys(keyType: string, options?: RequestOptionsBase): Promise<EndpointKeysRefreshKeysResponse>
Parâmetros
- keyType
-
string
Tipo de Chave
- options
- RequestOptionsBase
Os parâmetros opcionais
Devoluções
Promise<EndpointKeysRefreshKeysResponse>
Promise<Models.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
A chamada de retorno
refreshKeys(string, ServiceCallback<EndpointKeysDTO>)
function refreshKeys(keyType: string, callback: ServiceCallback<EndpointKeysDTO>)
Parâmetros
- keyType
-
string
Tipo de Chave
- callback
A chamada de retorno