Compartilhar via


ConnectionTypeListByAutomationAccountResponse type

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

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