CertificateRevocationStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Revocation status of the certificate.
public readonly struct CertificateRevocationStatus : IEquatable<Azure.ResourceManager.TrustedSigning.Models.CertificateRevocationStatus>
type CertificateRevocationStatus = struct
Public Structure CertificateRevocationStatus
Implements IEquatable(Of CertificateRevocationStatus)
- Inheritance
-
CertificateRevocationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| CertificateRevocationStatus(String) |
Initializes a new instance of CertificateRevocationStatus. |
Properties
| Name | Description |
|---|---|
| Failed |
Certificate revocation failed. |
| InProgress |
Certificate revocation is in progress. |
| Succeeded |
Certificate revocation succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(CertificateRevocationStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CertificateRevocationStatus, CertificateRevocationStatus) |
Determines if two CertificateRevocationStatus values are the same. |
| Implicit(String to CertificateRevocationStatus) |
Converts a String to a CertificateRevocationStatus. |
| Inequality(CertificateRevocationStatus, CertificateRevocationStatus) |
Determines if two CertificateRevocationStatus values are not the same. |