Container affinity for Windows?

I have a need to affinitize containers to a specific set of cpus, not only when they are started, but potentially dynamically throughout their lifetime. When I try to use the --cpuset-cpus option on the docker run statement, I am informed:

Error response from daemon: invalid option: Windows does not support CpusetCpus

Is it not possible to control the affinitization of a container in Docker for Windows? This is a serious limitation if true. I am attempting this on Windows Server 2019. Any information is appreciated.