Class CertificateType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<CertificateType>
com.microsoft.azure.management.cdn.CertificateType

public final class CertificateType extends com.microsoft.rest.ExpandableStringEnum<CertificateType>
Defines values for CertificateType.
  • Field Details

    • SHARED

      public static final CertificateType SHARED
      Static value Shared for CertificateType.
    • DEDICATED

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

    • CertificateType

      public CertificateType()
  • 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()
      Returns:
      known CertificateType values