Class FrontDoorCertificateType

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

public final class FrontDoorCertificateType extends com.azure.core.util.ExpandableStringEnum<FrontDoorCertificateType>
Defines the type of the certificate used for secure connections to a frontendEndpoint.
  • Field Details

    • DEDICATED

      public static final FrontDoorCertificateType DEDICATED
      Static value Dedicated for FrontDoorCertificateType.
  • Constructor Details

    • FrontDoorCertificateType

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

    • fromString

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

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