ValidateProbeOutput Class

Output of the validate probe API.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cdn._serialization.Model
ValidateProbeOutput

Constructor

ValidateProbeOutput(**kwargs: Any)

Variables

Name Description
is_valid

Indicates whether the probe URL is accepted or not.

error_code
str

Specifies the error code when the probe url is not accepted.

message
str

The detailed error message describing why the probe URL is not accepted.