ValidateProbeOutputInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET