ConfigurationSettingsFilter Class
Enables filtering of configuration settings.
- Inheritance
-
builtins.objectConfigurationSettingsFilter
Constructor
ConfigurationSettingsFilter(*, key: str, label: str | None = None, tags: List[str] | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
key
|
Filters configuration settings by their key field. Required. |
label
|
Filters configuration settings by their label field. |
tags
|
Filters key-values by their tags field. |
Attributes
key
Filters configuration settings by their key field. Required.
key: str
label
Filters configuration settings by their label field.
label: str | None
tags
Filters key-values by their tags field.
tags: List[str] | None
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