VnetValidationFailureDetails Class
A class that describes the reason for a validation failure.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_15.models._models_py3.ProxyOnlyResourceVnetValidationFailureDetails
Constructor
VnetValidationFailureDetails(*, kind: Optional[str] = None, message: Optional[str] = None, failed: Optional[bool] = None, failed_tests: Optional[List[azure.mgmt.web.v2021_01_15.models._models_py3.VnetValidationTestFailure]] = None, warnings: Optional[List[azure.mgmt.web.v2021_01_15.models._models_py3.VnetValidationTestFailure]] = None, **kwargs)
Parameters
- failed_tests
- list[VnetValidationTestFailure]
Required
A list of tests that failed in the validation.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for