CertificateType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. loadtesting. models. CertificateType
- com.
- com.
public final class CertificateType
extends ExpandableStringEnum<CertificateType>
Types of certificates supported.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Certificate |
KEY_VAULT_CERTIFICATE_URI
If the certificate is stored in an Azure Key Vault. |
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
KEY_VAULT_CERTIFICATE_URI
public static final CertificateType KEY_VAULT_CERTIFICATE_URI
If the certificate is stored in an Azure Key Vault.
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: