SqlMinimalTlsVersion 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.
Minimal TLS version. Allowed values: 'None', 1.0', '1.1', '1.2', '1.3'.
public readonly struct SqlMinimalTlsVersion : IEquatable<Azure.ResourceManager.Sql.Models.SqlMinimalTlsVersion>
type SqlMinimalTlsVersion = struct
Public Structure SqlMinimalTlsVersion
Implements IEquatable(Of SqlMinimalTlsVersion)
- Inheritance
-
SqlMinimalTlsVersion
- Implements
Constructors
SqlMinimalTlsVersion(String) |
Initializes a new instance of SqlMinimalTlsVersion. |
Properties
Tls1_0 |
1.0. |
Tls1_1 |
1.1. |
Tls1_2 |
1.2. |
Tls1_3 |
1.3. |
TlsNone |
None. |
Methods
Equals(SqlMinimalTlsVersion) |
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(SqlMinimalTlsVersion, SqlMinimalTlsVersion) |
Determines if two SqlMinimalTlsVersion values are the same. |
Implicit(String to SqlMinimalTlsVersion) |
Converts a string to a SqlMinimalTlsVersion. |
Inequality(SqlMinimalTlsVersion, SqlMinimalTlsVersion) |
Determines if two SqlMinimalTlsVersion values are not the same. |
Applies to
Azure SDK for .NET