Aracılığıyla paylaş


ModuleListByAutomationAccountNextResponse type

listByAutomationAccountNext işlemi için yanıt verilerini içerir.

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