ValidateProbeResult 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 ValidateProbeResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ValidateProbeResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ValidateProbeResult>
public class ValidateProbeResult
type ValidateProbeResult = class
interface IJsonModel<ValidateProbeResult>
interface IPersistableModel<ValidateProbeResult>
type ValidateProbeResult = class
Public Class ValidateProbeResult
Implements IJsonModel(Of ValidateProbeResult), IPersistableModel(Of ValidateProbeResult)
Public Class ValidateProbeResult
- Inheritance
-
ValidateProbeResult
- Implements
Properties
ErrorCode |
Specifies the error code when the probe url is not accepted. |
IsValid |
Indicates whether the probe URL is accepted or not. |
Message |
The detailed error message describing why the probe URL is not accepted. |
Explicit Interface Implementations
IJsonModel<ValidateProbeResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ValidateProbeResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ValidateProbeResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ValidateProbeResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ValidateProbeResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET