Override Class
The policy property value override.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelOverride
Constructor
Override(*, kind: str | _models.OverrideKind | None = None, value: str | None = None, selectors: List[_models.Selector] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
str or
OverrideKind
The override kind. "policyEffect" |
value
|
The value to override the policy property. |
selectors
|
The list of the selector expressions. |
Variables
Name | Description |
---|---|
kind
|
str or
OverrideKind
The override kind. "policyEffect" |
value
|
The value to override the policy property. |
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