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


DevicesGetDeviceClassDeviceIdsResponse type

A getDeviceClassDeviceIds művelet válaszadatait tartalmazza.

type DevicesGetDeviceClassDeviceIdsResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}