CertificateProfileStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. trustedsigning. models. CertificateProfileStatus
- com.
- com.
public final class CertificateProfileStatus
extends ExpandableStringEnum<CertificateProfileStatus>
Status of the certificate profiles.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Certificate |
ACTIVE
The certificate profile is active. |
|
static final
Certificate |
DISABLED
The certificate profile is disabled. |
|
static final
Certificate |
SUSPENDED
The certificate profile is suspended. |
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateProfileStatus() |
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
ACTIVE
public static final CertificateProfileStatus ACTIVE
The certificate profile is active.
DISABLED
public static final CertificateProfileStatus DISABLED
The certificate profile is disabled.
SUSPENDED
public static final CertificateProfileStatus SUSPENDED
The certificate profile is suspended.
Constructor Details
CertificateProfileStatus
@Deprecated
public CertificateProfileStatus()
Deprecated
Creates a new instance of CertificateProfileStatus value.
Method Details
fromString
public static CertificateProfileStatus fromString(String name)
Creates or finds a CertificateProfileStatus from its string representation.
Parameters:
Returns:
values
public static Collection<CertificateProfileStatus> values()
Gets known CertificateProfileStatus values.
Returns: