Share via


FrontDoorHealthProbeMethod Struct

Definition

Configures which HTTP method to use to probe the backends defined under backendPools.

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

Constructors

FrontDoorHealthProbeMethod(String)

Initializes a new instance of FrontDoorHealthProbeMethod.

Properties

Get

GET.

Head

HEAD.

Methods

Equals(FrontDoorHealthProbeMethod)

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(FrontDoorHealthProbeMethod, FrontDoorHealthProbeMethod)

Determines if two FrontDoorHealthProbeMethod values are the same.

Implicit(String to FrontDoorHealthProbeMethod)

Converts a string to a FrontDoorHealthProbeMethod.

Inequality(FrontDoorHealthProbeMethod, FrontDoorHealthProbeMethod)

Determines if two FrontDoorHealthProbeMethod values are not the same.

Applies to