Freigeben über


Python2PackageListByAutomationAccountResponse type

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

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