With this definition, $f(w)$ is $\beta$-strongly convex if and only if $g(w)=f(w) - \frac{\beta}{2}\|w\|^2$ is convex. That is, if you expand out the terms you'll see the following expressions are equivalent:
$$
\begin{aligned}
f(\theta w + (1-\theta) w') &\le \theta f(w) + (1-\theta) f(w') - \frac{\beta}{2}\theta(1-\theta)\|w-w'\|^2 \\
\Leftrightarrow
g(\theta w + (1-\theta) w') &\le \theta g(w) + (1-\theta) g(w')
\end{aligned}
$$
This means $f$ can be written as the sum of convex function $g$ and a quadratic term: $f(w)=g(w)+ \frac{\beta}{2}\|w\|^2$.
Also, a strongly convex function has a unique minimizer. Suppose $w$ and $w'$ both minimize $f$ and $w\ne w'$, then the strong convexity condition implies $f((w+w')/2) < (f(w)+f(w'))/2$, a contradiction. So, in fact we can express $f(w)=h(w)+ \frac{\beta}{2}\|w - w^*\|^2 + f(w^*)$, where $h$ is a nonnegative convex function, and $w^*$ is the unique minimizer of $f$.