Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IHealthProbeSettingsModel Interface
Definition
- Assembly:
- Az.FrontDoor.private.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |
