Class CertificateType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<CertificateType>
com.microsoft.azure.management.cdn.CertificateType
Defines values for CertificateType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CertificateType
Static value Dedicated for CertificateType.static final CertificateType
Static value Shared for CertificateType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateType
fromString
(String name) Creates or finds a CertificateType from its string representation.static Collection<CertificateType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
- Returns:
- known CertificateType values
-