VariableCreateOrUpdateResponse type
Enthält Antwortdaten für den createOrUpdate-Vorgang.
type VariableCreateOrUpdateResponse = Variable & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Variable }
}