VnetValidationFailureDetails interface
A class that describes the reason for a validation failure.
- Extends
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. |
Inherited Properties
| id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| kind | Kind of resource. |
| name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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[]
Property Value
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type