instanceNamePrefixes property
Targets VMs whose name starts with one of these prefixes.
Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
Implementation
core.List<core.String>? instanceNamePrefixes;