CertificateType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. CertificateType
- com.
- com.
public final class CertificateType
extends ExpandableStringEnum<CertificateType>
Type of certificate used.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Certificate |
DEDICATED
Static value Dedicated for Certificate |
|
static final
Certificate |
SHARED
Static value Shared for Certificate |
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Certificate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Certificate |
fromString(String name)
Creates or finds a Certificate |
|
static
Collection<Certificate |
values()
Gets known Certificate |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEDICATED
public static final CertificateType DEDICATED
Static value Dedicated for CertificateType.
SHARED
public static final CertificateType SHARED
Static value Shared for CertificateType.
Constructor Details
CertificateType
@Deprecated
public CertificateType()
Deprecated
Creates a new instance of CertificateType value.
Method Details
fromString
public static CertificateType fromString(String name)
Creates or finds a CertificateType from its string representation.
Parameters:
Returns:
values
public static Collection<CertificateType> values()
Gets known CertificateType values.
Returns: