CheckRestrictionsResultContentEvaluationResult Class
Evaluation results for the provided partial resource content.
- Inheritance
-
msrest.serialization.ModelCheckRestrictionsResultContentEvaluationResult
Constructor
CheckRestrictionsResultContentEvaluationResult(*, policy_evaluations: List[PolicyEvaluationResult] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
policy_evaluations
Required
|
Policy evaluation results against the given resource content. This will indicate if the partial content that was provided will be denied as-is. |
Keyword-Only Parameters
Name | Description |
---|---|
policy_evaluations
Required
|
|
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