public final class CertificateType extends com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<CertificateType>
| Modifier and Type | Field and Description |
|---|---|
static CertificateType |
ASYMMETRIC_X509_CERT
Static value AsymmetricX509Cert for CertificateType.
|
static CertificateType |
SYMMETRIC
Static value Symmetric for CertificateType.
|
| Constructor and Description |
|---|
CertificateType() |
| Modifier and Type | Method and Description |
|---|---|
static CertificateType |
fromString(String name)
Finds or creates a certificate type instance based on the specified name.
|
static Collection<CertificateType> |
values() |
public static final CertificateType ASYMMETRIC_X509_CERT
public static final CertificateType SYMMETRIC
public static CertificateType fromString(String name)
name - a namepublic static Collection<CertificateType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/