Поделиться через


ConnectionGetResponse type

Содержит данные ответа для операции получения.

type ConnectionGetResponse = Connection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Connection
  }
}