FarmRolesCondition object
Polymorphism
FarmRolesCondition is a type that implements the OrchestrationRuleCondition type.
When an object of type OrchestrationRuleCondition is expected, you can use one of type FarmRolesCondition (or use any other implementation).
Example JSON representation
{
"farmRoles": [
{
"alias": "string",
"id": 1
}
],
"type": "FarmRolesCondition"
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| type string |
required |
"FarmRolesCondition" | Orchestration rule condition type. Selected only those servers that match conditions. |
|
| farmRoles Array of FarmRoleIdentity objects |
optional |
Farm Role identity objects. |