Freigeben über


DeploymentsGetDeploymentDevicesResponse type

Enthält Antwortdaten für den GetDeploymentDevices-Vorgang.

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