Class CertificateType
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<CertificateType>
com.microsoft.azure.management.graphrbac.CertificateType
Defines values for certificate types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CertificateType
Static value AsymmetricX509Cert for CertificateType.static final CertificateType
Static value Symmetric for CertificateType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateType
fromString
(String name) Finds or creates a certificate type instance based on the specified name.static Collection<CertificateType>
values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ASYMMETRIC_X509_CERT
Static value AsymmetricX509Cert for CertificateType. -
SYMMETRIC
Static value Symmetric for CertificateType.
-
-
Constructor Details
-
CertificateType
public CertificateType()
-
-
Method Details
-
fromString
Finds or creates a certificate type instance based on the specified name.- Parameters:
name
- a name- Returns:
- a CertificateType instance
-
values
- Returns:
- known certificate types
-