Share via


UpdateIterationResponse type

包含 updateIteration 作業的回應資料。

type UpdateIterationResponse = Iteration & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Iteration }
}