Language

HealthProbeSettings Class

Definition

The JSON object that contains the properties to send health probes to origin.

public class HealthProbeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.HealthProbeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.HealthProbeSettings>
type HealthProbeSettings = class
    interface IJsonModel<HealthProbeSettings>
    interface IPersistableModel<HealthProbeSettings>
Public Class HealthProbeSettings
Implements IJsonModel(Of HealthProbeSettings), IPersistableModel(Of HealthProbeSettings)
Inheritance
HealthProbeSettings
Implements

Constructors

Name Description
HealthProbeSettings()

Initializes a new instance of HealthProbeSettings.

Properties

Name Description
ProbeIntervalInSeconds

The number of seconds between health probes.Default is 240sec.

ProbePath

The path relative to the origin that is used to determine the health of the origin.

ProbeProtocol

Protocol to use for health probe.

ProbeRequestType

The type of health probe request that is made.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<HealthProbeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HealthProbeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthProbeSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthProbeSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HealthProbeSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to