Delen via


VariableGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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