Partilhar via


RunbookListByAutomationAccountNextResponse type

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

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