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

MySqlMinimalTlsVersionEnum Struct

Definition

Enforce a minimal Tls version for the server.

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

Constructors

MySqlMinimalTlsVersionEnum(String)

Initializes a new instance of MySqlMinimalTlsVersionEnum.

Properties

Tls1_0

TLS1_0.

Tls1_1

TLS1_1.

Tls1_2

TLS1_2.

TLSEnforcementDisabled

TLSEnforcementDisabled.

Methods

Equals(MySqlMinimalTlsVersionEnum)

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

Determines if two MySqlMinimalTlsVersionEnum values are the same.

Implicit(String to MySqlMinimalTlsVersionEnum)

Converts a String to a MySqlMinimalTlsVersionEnum.

Inequality(MySqlMinimalTlsVersionEnum, MySqlMinimalTlsVersionEnum)

Determines if two MySqlMinimalTlsVersionEnum values are not the same.

Applies to