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. |
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 Python