Share via


SslCertificateStatus Struct

Definition

Protect LDAP communication using SSL certificate (LDAPS).

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

Constructors

SslCertificateStatus(String)

Initializes a new instance of SslCertificateStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(SslCertificateStatus)

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

Determines if two SslCertificateStatus values are the same.

Implicit(String to SslCertificateStatus)

Converts a string to a SslCertificateStatus.

Inequality(SslCertificateStatus, SslCertificateStatus)

Determines if two SslCertificateStatus values are not the same.

Applies to