Class CertificateType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CertificateType>
com.azure.resourcemanager.cdn.models.CertificateType
public final class CertificateType
extends com.azure.core.util.ExpandableStringEnum<CertificateType>
Type of certificate used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CertificateTypeStatic value Dedicated for CertificateType.static final CertificateTypeStatic value Shared for CertificateType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateTypefromString(String name) Creates or finds a CertificateType from its string representation.static Collection<CertificateType>values()Gets known CertificateType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SHARED
Static value Shared for CertificateType. -
DEDICATED
Static value Dedicated for CertificateType.
-
-
Constructor Details
-
CertificateType
public CertificateType()
-
-
Method Details
-
fromString
Creates or finds a CertificateType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CertificateType.
-
values
Gets known CertificateType values.- Returns:
- known CertificateType values.
-