Freigeben über


Python2PackageListByAutomationAccountNextResponse type

Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.

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