EndpointKeysRefreshKeysResponse type
Obsahuje data odpovědi pro operaci refreshKeys.
type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}