Bagikan melalui


PostgreSqlMinimalTlsVersionEnum Struct

Definition

Enforce a minimal Tls version for the server.

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

Constructors

PostgreSqlMinimalTlsVersionEnum(String)

Initializes a new instance of PostgreSqlMinimalTlsVersionEnum.

Properties

Tls1_0

TLS1_0.

Tls1_1

TLS1_1.

Tls1_2

TLS1_2.

TLSEnforcementDisabled

TLSEnforcementDisabled.

Methods

Equals(PostgreSqlMinimalTlsVersionEnum)

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

Determines if two PostgreSqlMinimalTlsVersionEnum values are the same.

Implicit(String to PostgreSqlMinimalTlsVersionEnum)

Converts a string to a PostgreSqlMinimalTlsVersionEnum.

Inequality(PostgreSqlMinimalTlsVersionEnum, PostgreSqlMinimalTlsVersionEnum)

Determines if two PostgreSqlMinimalTlsVersionEnum values are not the same.

Applies to