Delen via


VariableUpdateResponse type

Bevat antwoordgegevens voor de updatebewerking.

type VariableUpdateResponse = Variable & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Variable }
}