Condividi tramite


RunbookListByAutomationAccountResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccount.

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