Compartilhar via


ConnectionTypeListByAutomationAccountNextResponse type

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

type ConnectionTypeListByAutomationAccountNextResponse =
  ConnectionTypeListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ConnectionTypeListResult
    }
  }