ConnectionGetResponse type

Contains response data for the get operation.

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