CosmosDBMinimalTlsVersion 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.
Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2.
public readonly struct CosmosDBMinimalTlsVersion : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMinimalTlsVersion>
type CosmosDBMinimalTlsVersion = struct
Public Structure CosmosDBMinimalTlsVersion
Implements IEquatable(Of CosmosDBMinimalTlsVersion)
- Inheritance
-
CosmosDBMinimalTlsVersion
- Implements
Constructors
CosmosDBMinimalTlsVersion(String) |
Initializes a new instance of CosmosDBMinimalTlsVersion. |
Properties
Tls |
Tls. |
Tls11 |
Tls11. |
Tls12 |
Tls12. |
Methods
Equals(CosmosDBMinimalTlsVersion) |
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(CosmosDBMinimalTlsVersion, CosmosDBMinimalTlsVersion) |
Determines if two CosmosDBMinimalTlsVersion values are the same. |
Implicit(String to CosmosDBMinimalTlsVersion) |
Converts a string to a CosmosDBMinimalTlsVersion. |
Inequality(CosmosDBMinimalTlsVersion, CosmosDBMinimalTlsVersion) |
Determines if two CosmosDBMinimalTlsVersion values are not the same. |
Applies to
Azure SDK for .NET