HealthProbeEnabled Struct
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.
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
Azure SDK for .NET