Partager via


DeploymentsGetDeploymentDevicesNextResponse type

Contient des données de réponse pour l’opération getDeploymentDevicesNext.

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