共用方式為


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[]