VnetValidationTestFailureProperties Class

VnetValidationTestFailure resource specific properties.

Constructor

VnetValidationTestFailureProperties(*args: Any, **kwargs: Any)

Variables

Name Description
test_name
str

The name of the test that failed.

details
str

The details of what caused the failure, e.g. the blocking rule name, etc.

Attributes

details

The details of what caused the failure, e.g. the blocking rule name, etc.

details: str | None

test_name

The name of the test that failed.

test_name: str | None