RunbookListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

type RunbookListByAutomationAccountResponse = RunbookListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RunbookListResult
  }
}