Class AfdCertificateType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AfdCertificateType>
com.microsoft.azure.management.cdn.AfdCertificateType
public final class AfdCertificateType
extends com.microsoft.rest.ExpandableStringEnum<AfdCertificateType>
Defines values for AfdCertificateType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AfdCertificateType
Static value CustomerCertificate for AfdCertificateType.static final AfdCertificateType
Static value ManagedCertificate for AfdCertificateType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AfdCertificateType
fromString
(String name) Creates or finds a AfdCertificateType from its string representation.static Collection<AfdCertificateType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CUSTOMER_CERTIFICATE
Static value CustomerCertificate for AfdCertificateType. -
MANAGED_CERTIFICATE
Static value ManagedCertificate for AfdCertificateType.
-
-
Constructor Details
-
AfdCertificateType
public AfdCertificateType()
-
-
Method Details
-
fromString
Creates or finds a AfdCertificateType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AfdCertificateType
-
values
- Returns:
- known AfdCertificateType values
-