你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MatchExpressionsProperties interface
资源同步规则匹配Expression 属性定义。
属性
key | 键是选择器应用于的标签键。 |
operator | 运算符字段表示键与一组值的关系。 有效运算符为 In、NotIn、Exists 和 DoesNotExist。 |
values | 标签值 |
属性详细信息
key
键是选择器应用于的标签键。
key?: string
属性值
string
operator
运算符字段表示键与一组值的关系。 有效运算符为 In、NotIn、Exists 和 DoesNotExist。
operator?: string
属性值
string
values
标签值
values?: string[]
属性值
string[]