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