EndpointKeysRefreshKeysResponse type
包含 refreshKeys作的响应数据。
type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}