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
CertificateRevocationStatus(String) |
Initializes a new instance of CertificateRevocationStatus. |
Properties
Failed |
Certificate revocation failed. |
InProgress |
Certificate revocation is in progress. |
Succeeded |
Certificate revocation succeeded. |
Methods
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
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. |
Applies to
Azure SDK for .NET