共用方式為


VariableCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

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