Partager via


DeploymentsGetDeploymentDevicesResponse type

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

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