共用方式為


DeploymentsGetDeploymentDevicesResponse type

包含 getDeploymentDevices作的響應數據。

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