Delen via


UpdateIterationResponse type

Bevat antwoordgegevens voor de updateIteration-bewerking.

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