ValidateProbeResult Class

Definition

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>
type ValidateProbeResult = class
    interface IJsonModel<ValidateProbeResult>
    interface IPersistableModel<ValidateProbeResult>
Public Class ValidateProbeResult
Implements IJsonModel(Of ValidateProbeResult), IPersistableModel(Of ValidateProbeResult)
Inheritance
ValidateProbeResult
Implements

Properties

Name Description
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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