Bagikan melalui


Python2PackageListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

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