Share via


HealthProbeSettingsModel Class

Definition

Load balancing settings for a backend pool

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModelTypeConverter))]
public class HealthProbeSettingsModel : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModelTypeConverter))>]
type HealthProbeSettingsModel = class
    interface IHealthProbeSettingsModel
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
Public Class HealthProbeSettingsModel
Implements IHealthProbeSettingsModel, IValidates
Inheritance
HealthProbeSettingsModel
Attributes
Implements

Constructors

Name Description
HealthProbeSettingsModel()

Creates an new HealthProbeSettingsModel instance.

Properties

Name Description
EnabledState

Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.

HealthProbeMethod

Configures which HTTP method to use to probe the backends defined under backendPools.

Id

Resource ID.

IntervalInSeconds

The number of seconds between health probes.

Name

Resource name.

Path

The path to use for the health probe. Default is /

Protocol

Protocol scheme to use for this probe

ResourceState

Resource status.

Type

Resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HealthProbeSettingsModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HealthProbeSettingsModel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel.

FromJsonString(String)

Creates a new instance of HealthProbeSettingsModel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HealthProbeSettingsModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to