Megosztás a következőn keresztül:


DevicesGetDeviceClassInstallableUpdatesNextResponse type

A getDeviceClassInstallableUpdatesNext művelet válaszadatait tartalmazza.

type DevicesGetDeviceClassInstallableUpdatesNextResponse =
  PageableListOfUpdateIds & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: PageableListOfUpdateIds
    }
  }