ApplicationAntiAffinityData

ApplicationAntiAffinityData
ApplicationAntiAffinityData

Anti-affinity data required to create an application pool.

JSON Example
{
    "anti_affinity_count": 10,
    "anti_affinity_patterns": [
        "*pad.exe",
        "*notepad.???"
    ]
}
integer As int32 As int32
anti_affinity_count
Required

Maximum number of other applications that can be running on the RDS Server before the RDS Server is rejected for new application sessions.

array of string
anti_affinity_patterns
Required

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.