Freigeben über


DeploymentsGetDeploymentDevicesNextResponse type

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

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