Selector Class
The selector expression.
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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python