Aracılığıyla paylaş


DeploymentsGetDeploymentDevicesNextResponse type

getDeploymentDevicesNext işlemi için yanıt verilerini içerir.

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