Compartilhar via


ConnectionListByAutomationAccountNextResponse type

Contém dados de resposta para a operação listByAutomationAccountNext.

type ConnectionListByAutomationAccountNextResponse = ConnectionListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionListResult
  }
}