Sdílet prostřednictvím


ModuleListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

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