Delen via


VariableCreateOrUpdateResponse type

Bevat antwoordgegevens voor de createOrUpdate-bewerking.

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