Sdílet prostřednictvím


ConnectionGetResponse type

Obsahuje data odpovědi pro operaci get.

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