Condividi tramite


ValidateProbeOutputInner Class

Definition

Output of the validate probe API.

public class ValidateProbeOutputInner
type ValidateProbeOutputInner = class
Public Class ValidateProbeOutputInner
Inheritance
ValidateProbeOutputInner

Constructors

ValidateProbeOutputInner()

Initializes a new instance of the ValidateProbeOutputInner class.

ValidateProbeOutputInner(Nullable<Boolean>, String, String)

Initializes a new instance of the ValidateProbeOutputInner 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