Share via


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

Constructors

HealthProbeSettings()

Initializes a new instance of HealthProbeSettings.

Properties

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.

Explicit Interface Implementations

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