Share via


HealthProbeSettingsModel Class

Definition

Load balancing settings for a backend pool

[Microsoft.Rest.Serialization.JsonTransformation]
public class HealthProbeSettingsModel : Microsoft.Azure.Management.FrontDoor.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HealthProbeSettingsModel = class
    inherit SubResource
Public Class HealthProbeSettingsModel
Inherits SubResource
Inheritance
HealthProbeSettingsModel
Attributes

Constructors

HealthProbeSettingsModel()

Initializes a new instance of the HealthProbeSettingsModel class.

HealthProbeSettingsModel(String, String, String, String, String, Nullable<Int32>, String, String, String)

Initializes a new instance of the HealthProbeSettingsModel 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'

HealthProbeMethod

Gets or sets configures which HTTP method to use to probe the backends defined under backendPools. Possible values include: 'GET', 'HEAD'

Id

Gets or sets resource ID.

(Inherited from SubResource)
IntervalInSeconds

Gets or sets the number of seconds between health probes.

Name

Gets or sets resource name.

Path

Gets or sets the path to use for the health probe. Default is /

Protocol

Gets or sets protocol scheme to use for this probe Possible values include: 'Http', 'Https'

ResourceState

Gets resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated'

Type

Gets resource type.

Extension Methods

ToPSHealthProbeSetting(HealthProbeSettingsModel)

Applies to