PolicyExemptionUpdate Class
The policy exemption for Patch request.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelPolicyExemptionUpdate
Constructor
PolicyExemptionUpdate(*, resource_selectors: List[_models.ResourceSelector] | None = None, assignment_scope_validation: str | _models.AssignmentScopeValidation | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_selectors
|
The resource selector list to filter policies by resource properties. |
assignment_scope_validation
|
The option whether validate the exemption is at or under the assignment scope. Known values are: "Default" and "DoNotValidate". |
Variables
Name | Description |
---|---|
resource_selectors
|
The resource selector list to filter policies by resource properties. |
assignment_scope_validation
|
The option whether validate the exemption is at or under the assignment scope. Known values are: "Default" and "DoNotValidate". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python