ResourceSelector Class
The resource selector to filter policies by resource properties.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelResourceSelector
Constructor
ResourceSelector(*, name: str | None = None, selectors: List[_models.Selector] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource selector. |
selectors
|
The list of the selector expressions. |
Variables
Name | Description |
---|---|
name
|
The name of the resource selector. |
selectors
|
The list of the selector expressions. |
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