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.ModelValidateProbeOutput
Constructor
ValidateProbeOutput(**kwargs: Any)
Variables
Name | Description |
---|---|
is_valid
|
Indicates whether the probe URL is accepted or not. |
error_code
|
Specifies the error code when the probe url is not accepted. |
message
|
The detailed error message describing why the probe URL is not accepted. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python