Поделиться через


DeploymentsGetDeploymentDevicesResponse type

Содержит данные ответа для операции getDeploymentDevices.

type DeploymentsGetDeploymentDevicesResponse =
  PageableListOfDeploymentDeviceStates & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: PageableListOfDeploymentDeviceStates
    }
  }