ApplicationAntiAffinityData
Anti-affinity data required to create an application pool.
{
"anti_affinity_count": 10,
"anti_affinity_patterns": [
"*pad.exe",
"*notepad.???"
]
}
Maximum number of other applications that can be running on the RDS Server before the RDS Server is rejected for new application sessions.
Set of pattern strings to match against process names on a RDS Server when attempting to launch a session for this Application. For each application running on an RDSServer that matches one of the patterns, the tally against the count threshold is incremented.
Pattern strings may contain wildcard characters. '*' matches zero or more characters. '?' matches exactly one character.