Sdílet prostřednictvím


ModuleListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

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