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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python