Dela via


SslCertificateStatus Struct

Definition

Whether SSL is enabled or disabled.

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

is disabled.

Enabled

is 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