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