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.v2019_08_01.models._models_py3.ProxyOnlyResource
VnetValidationFailureDetails

Constructor

VnetValidationFailureDetails(*, kind: Optional[str] = None, failed: Optional[bool] = None, failed_tests: Optional[List[azure.mgmt.web.v2019_08_01.models._models_py3.VnetValidationTestFailure]] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

failed
bool
Required

A flag describing whether or not validation failed.

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.