Sdílet prostřednictvím


HealthProbeSettingsProperties Class

Definition

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
HealthProbeSettingsProperties

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'

Applies to