EndpointKeysRefreshKeysResponse type
Contains response data for the refreshKeys operation.
type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}