InlineNSGroupTagExpression1
InlineNSGroupTagExpression1
JSON Example
{
"scope": "string",
"scope_op": "string",
"tag": "string",
"tag_op": "string",
"target_type": "string"
}
string
scope
Optional
Constraints:
maxLength: 128
The tag.scope attribute of the object
string
scope_op
Optional
Constraints:
default: EQUALS
Operator of the scope expression eg- tag.scope = "S1".
string
tag
Optional
Constraints:
maxLength: 256
The tag.tag attribute of the object
string
tag_op
Optional
Constraints:
default: EQUALS
Target_type VirtualMachine supports all specified operators for tag expression while LogicalSwitch and LogicalPort supports only EQUALS operator. All operators perform a case insensitive match.
Possible values are :
EQUALS,
CONTAINS,
STARTSWITH,
ENDSWITH,
string
target_type
Required
Type of the resource on which this expression is evaluated
Possible values are :
LogicalSwitch,
LogicalPort,
VirtualMachine,
IPSet,