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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python