HealthProbeEnabled Struct

Definition

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.

public readonly struct HealthProbeEnabled : IEquatable<Azure.ResourceManager.FrontDoor.Models.HealthProbeEnabled>
type HealthProbeEnabled = struct
Public Structure HealthProbeEnabled
Implements IEquatable(Of HealthProbeEnabled)
Inheritance
HealthProbeEnabled
Implements

Constructors

HealthProbeEnabled(String)

Initializes a new instance of HealthProbeEnabled.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(HealthProbeEnabled)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(HealthProbeEnabled, HealthProbeEnabled)

Determines if two HealthProbeEnabled values are the same.

Implicit(String to HealthProbeEnabled)

Converts a string to a HealthProbeEnabled.

Inequality(HealthProbeEnabled, HealthProbeEnabled)

Determines if two HealthProbeEnabled values are not the same.

Applies to