MySqlMinimalTlsVersionEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |