ValidateProbeOutput interface

Output of the validate probe API.

Properties

errorCode

Specifies the error code when the probe url is not accepted. NOTE: This property will not be serialized. It can only be populated by the server.

isValid

Indicates whether the probe URL is accepted or not. NOTE: This property will not be serialized. It can only be populated by the server.

message

The detailed error message describing why the probe URL is not accepted. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorCode

Specifies the error code when the probe url is not accepted. NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: string

Property Value

string

isValid

Indicates whether the probe URL is accepted or not. NOTE: This property will not be serialized. It can only be populated by the server.

isValid?: boolean

Property Value

boolean

message

The detailed error message describing why the probe URL is not accepted. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string