Partilhar via


DeploymentsGetDeploymentDevicesNextResponse type

Contém dados de resposta para a operação getDeploymentDevicesNext.

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