FrontDoorHealthProbeSettingsData Class
Definition
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.
Load balancing settings for a backend pool.
public class FrontDoorHealthProbeSettingsData : Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorHealthProbeSettingsData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorHealthProbeSettingsData>
public class FrontDoorHealthProbeSettingsData : Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceData
type FrontDoorHealthProbeSettingsData = class
inherit FrontDoorResourceData
interface IJsonModel<FrontDoorHealthProbeSettingsData>
interface IPersistableModel<FrontDoorHealthProbeSettingsData>
type FrontDoorHealthProbeSettingsData = class
inherit FrontDoorResourceData
Public Class FrontDoorHealthProbeSettingsData
Inherits FrontDoorResourceData
Implements IJsonModel(Of FrontDoorHealthProbeSettingsData), IPersistableModel(Of FrontDoorHealthProbeSettingsData)
Public Class FrontDoorHealthProbeSettingsData
Inherits FrontDoorResourceData
- Inheritance
- Implements
Constructors
FrontDoorHealthProbeSettingsData() |
Initializes a new instance of FrontDoorHealthProbeSettingsData. |
Properties
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 FrontDoorResourceData) |
IntervalInSeconds |
The number of seconds between health probes. |
Name |
Resource name. (Inherited from FrontDoorResourceData) |
Path |
The path to use for the health probe. Default is /. |
Protocol |
Protocol scheme to use for this probe. |
ResourceState |
Resource status. |
ResourceType |
Resource type. (Inherited from FrontDoorResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET