Condividi tramite


DeploymentsGetDeploymentDevicesResponse type

Contiene i dati di risposta per l'operazione getDeploymentDevices.

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