Share via


ValidateProbeOutput Class

Definition

Output of the validate probe API.

public class ValidateProbeOutput
type ValidateProbeOutput = class
Public Class ValidateProbeOutput
Inheritance
ValidateProbeOutput

Constructors

ValidateProbeOutput()

Initializes a new instance of the ValidateProbeOutput class.

ValidateProbeOutput(Nullable<Boolean>, String, String)

Initializes a new instance of the ValidateProbeOutput class.

Properties

ErrorCode

Gets specifies the error code when the probe url is not accepted.

IsValid

Gets indicates whether the probe URL is accepted or not.

Message

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

Applies to