MachinesListConnectionsResponse type

Obsahuje data odpovědí pro operaci listConnections.

type MachinesListConnectionsResponse = ConnectionCollection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionCollection
  }
}