你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateRevocationStatus Struct

Definition

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