你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IHealthProbeSettingsModel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModelTypeConverter))]
public interface IHealthProbeSettingsModel : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ISubResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HealthProbeSettingsModelTypeConverter))>]
type IHealthProbeSettingsModel = interface
    interface IJsonSerializable
    interface ISubResource
Public Interface IHealthProbeSettingsModel
Implements ISubResource
Derived
Attributes
Implements

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.

(Inherited from ISubResource)
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to