次の方法で共有


Selector クラス

セレクター式。

継承
azure.mgmt.resource.policy._serialization.Model
Selector

コンストラクター

Selector(*, kind: str | _models.SelectorKind | None = None, in_property: List[str] | None = None, not_in: List[str] | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
kind
str または SelectorKind

セレクターの種類。 既知の値は、"resourceLocation"、"resourceType"、"resourceWithoutLocation"、"policyDefinitionReferenceId" です。

in_property

フィルター処理する値の一覧。

not_in

除外する値の一覧。

変数

名前 説明
kind
str または SelectorKind

セレクターの種類。 既知の値は、"resourceLocation"、"resourceType"、"resourceWithoutLocation"、"policyDefinitionReferenceId" です。

in_property

フィルター処理する値の一覧。

not_in

除外する値の一覧。