Class FrontDoorHealthProbeMethod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FrontDoorHealthProbeMethod>
com.azure.resourcemanager.frontdoor.models.FrontDoorHealthProbeMethod

public final class FrontDoorHealthProbeMethod extends com.azure.core.util.ExpandableStringEnum<FrontDoorHealthProbeMethod>
Configures which HTTP method to use to probe the backends defined under backendPools.
  • Field Details

  • Constructor Details

    • FrontDoorHealthProbeMethod

      @Deprecated public FrontDoorHealthProbeMethod()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FrontDoorHealthProbeMethod value.
  • Method Details

    • fromString

      public static FrontDoorHealthProbeMethod fromString(String name)
      Creates or finds a FrontDoorHealthProbeMethod from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding FrontDoorHealthProbeMethod.
    • values

      public static Collection<FrontDoorHealthProbeMethod> values()
      Gets known FrontDoorHealthProbeMethod values.
      Returns:
      known FrontDoorHealthProbeMethod values.