Bagikan melalui


ModuleListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

type ModuleListByAutomationAccountResponse = ModuleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModuleListResult
  }
}