EndpointKeysRefreshKeysResponse type

Zawiera dane odpowiedzi dla operacji refreshKeys.

type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EndpointKeysDTO
  }
}