Selector Class
The selector expression.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelSelector
Constructor
Selector(*, kind: str | _models.SelectorKind | None = None, in_property: List[str] | None = None, not_in: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
str or
SelectorKind
The selector kind. Known values are: "resourceLocation", "resourceType", "resourceWithoutLocation", and "policyDefinitionReferenceId". |
in_property
|
The list of values to filter in. |
not_in
|
The list of values to filter out. |
Variables
Name | Description |
---|---|
kind
|
str or
SelectorKind
The selector kind. Known values are: "resourceLocation", "resourceType", "resourceWithoutLocation", and "policyDefinitionReferenceId". |
in_property
|
The list of values to filter in. |
not_in
|
The list of values to filter out. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python