EndpointKeysRefreshKeysResponse type
Contiene datos de respuesta para la operación refreshKeys.
type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}