Bagikan melalui


RunbookListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

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