HealthProbeSettingsProperties 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.
The JSON object that contains the properties required to create a health probe settings.
public class HealthProbeSettingsProperties : Microsoft.Azure.Management.FrontDoor.Models.HealthProbeSettingsUpdateParameters
type HealthProbeSettingsProperties = class
inherit HealthProbeSettingsUpdateParameters
Public Class HealthProbeSettingsProperties
Inherits HealthProbeSettingsUpdateParameters
- Inheritance
Constructors
HealthProbeSettingsProperties() |
Initializes a new instance of the HealthProbeSettingsProperties class. |
HealthProbeSettingsProperties(String, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the HealthProbeSettingsProperties class. |
Properties
EnabledState |
Gets or sets 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. Possible values include: 'Enabled', 'Disabled' (Inherited from HealthProbeSettingsUpdateParameters) |
HealthProbeMethod |
Gets or sets configures which HTTP method to use to probe the backends defined under backendPools. Possible values include: 'GET', 'HEAD' (Inherited from HealthProbeSettingsUpdateParameters) |
IntervalInSeconds |
Gets or sets the number of seconds between health probes. (Inherited from HealthProbeSettingsUpdateParameters) |
Path |
Gets or sets the path to use for the health probe. Default is / (Inherited from HealthProbeSettingsUpdateParameters) |
Protocol |
Gets or sets protocol scheme to use for this probe Possible values include: 'Http', 'Https' (Inherited from HealthProbeSettingsUpdateParameters) |
ResourceState |
Gets resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated' |