VnetValidationFailureDetailsProperties interface
VnetValidationFailureDetails resource specific properties
Properties
| failed | A flag describing whether or not validation failed. |
| failed |
A list of tests that failed in the validation. |
| message | Text describing the validation outcome. |
| warnings | A list of warnings generated during validation. |
Property Details
failed
A flag describing whether or not validation failed.
failed?: boolean
Property Value
boolean
failedTests
A list of tests that failed in the validation.
failedTests?: VnetValidationTestFailure[]
Property Value
message
Text describing the validation outcome.
message?: string
Property Value
string
warnings
A list of warnings generated during validation.
warnings?: VnetValidationTestFailure[]