java.lang.Object
com.azure.core.util.ExpandableStringEnum<CertificateType>
com.azure.resourcemanager.containerregistry.models.CertificateType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class CertificateType extends com.azure.core.util.ExpandableStringEnum<CertificateType>
The type of certificate location.
  • Field Details

    • LOCAL_DIRECTORY

      public static final CertificateType LOCAL_DIRECTORY
      Static value LocalDirectory for CertificateType.
  • Constructor Details

    • CertificateType

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

    • fromString

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

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