public final class AfdCertificateType extends com.azure.core.util.ExpandableStringEnum<AfdCertificateType>
| Modifier and Type | Field and Description |
|---|---|
static AfdCertificateType |
CUSTOMER_CERTIFICATE
Static value CustomerCertificate for AfdCertificateType.
|
static AfdCertificateType |
MANAGED_CERTIFICATE
Static value ManagedCertificate for AfdCertificateType.
|
| Constructor and Description |
|---|
AfdCertificateType() |
| Modifier and Type | Method and Description |
|---|---|
static AfdCertificateType |
fromString(String name)
Creates or finds a AfdCertificateType from its string representation.
|
static Collection<AfdCertificateType> |
values() |
public static final AfdCertificateType CUSTOMER_CERTIFICATE
public static final AfdCertificateType MANAGED_CERTIFICATE
public static AfdCertificateType fromString(String name)
name - a name to look for.public static Collection<AfdCertificateType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.