Bagikan melalui


VariableUpdateResponse type

Berisi data respons untuk operasi pembaruan.

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