EndpointKeysGetKeysResponse type

Zawiera dane odpowiedzi dla operacji getKeys.

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