EndpointKeysGetKeysResponse type

getKeys işlemi için yanıt verilerini içerir.

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