MatchExpressionsProperties interface
Resource Sync Rules matchExpression property definition.
Properties
key | Key is the label key that the selector applies to. |
operator | The Operator field represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. |
values | The label value |
Property Details
key
Key is the label key that the selector applies to.
key?: string
Property Value
string
operator
The Operator field represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
operator?: string
Property Value
string
values
The label value
values?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript