Aracılığıyla paylaş


Python2PackageListByAutomationAccountResponse type

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

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