ValidateResponse Class

Describes the result of resource validation.

Inheritance
azure.mgmt.web._serialization.Model
ValidateResponse

Constructor

ValidateResponse(*, status: str | None = None, error: _models.ValidateResponseError | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str

Result of validation.

error

Error details for the case when validation fails.

Variables

Name Description
status
str

Result of validation.

error

Error details for the case when validation fails.