Bagikan melalui


ConnectionGetResponse type

Berisi data respons untuk operasi get.

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