Condividi tramite


RunbookListByAutomationAccountNextResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccountNext.

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