Aracılığıyla paylaş


Python2PackageListByAutomationAccountNextResponse type

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

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