Freigeben über


UpdateIterationResponse type

Enthält Antwortdaten für den UpdateIteration-Vorgang.

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