Freigeben über


DeploymentsGetDeploymentDevicesNextResponse type

Contains response data for the getDeploymentDevicesNext operation.

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