TagsCondition object

Polymorphism

TagsCondition is a type that implements the OrchestrationRuleCondition type.

When an object of type OrchestrationRuleCondition is expected, you can use one of type TagsCondition (or use any other implementation).

Example JSON representation

{
  "tags": [
    "string"
  ],
  "type": "TagsCondition"
}

Properties

property attributes valid values description filter option
tags
Array of string
required

Selects all the Servers that belong to the Role with at least one tag from this list.

type
string
required
"TagsCondition"

Orchestration rule condition type. Selected only those servers that match conditions.