Partager via


CertificateProfileStatus Struct

Definition

Status of the certificate profiles.

public readonly struct CertificateProfileStatus : IEquatable<Azure.ResourceManager.TrustedSigning.Models.CertificateProfileStatus>
type CertificateProfileStatus = struct
Public Structure CertificateProfileStatus
Implements IEquatable(Of CertificateProfileStatus)
Inheritance
CertificateProfileStatus
Implements

Constructors

CertificateProfileStatus(String)

Initializes a new instance of CertificateProfileStatus.

Properties

Active

The certificate profile is active.

Disabled

The certificate profile is disabled.

Suspended

The certificate profile is suspended.

Methods

Equals(CertificateProfileStatus)

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(CertificateProfileStatus, CertificateProfileStatus)

Determines if two CertificateProfileStatus values are the same.

Implicit(String to CertificateProfileStatus)

Converts a string to a CertificateProfileStatus.

Inequality(CertificateProfileStatus, CertificateProfileStatus)

Determines if two CertificateProfileStatus values are not the same.

Applies to