EventHubsTlsVersion 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.
The minimum TLS version for the cluster to support, e.g. '1.2'.
public readonly struct EventHubsTlsVersion : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsTlsVersion>
type EventHubsTlsVersion = struct
Public Structure EventHubsTlsVersion
Implements IEquatable(Of EventHubsTlsVersion)
- Inheritance
-
EventHubsTlsVersion
- Implements
Constructors
EventHubsTlsVersion(String) |
Initializes a new instance of EventHubsTlsVersion. |
Properties
Tls1_0 |
1.0. |
Tls1_1 |
1.1. |
Tls1_2 |
1.2. |
Methods
Equals(EventHubsTlsVersion) |
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(EventHubsTlsVersion, EventHubsTlsVersion) |
Determines if two EventHubsTlsVersion values are the same. |
Implicit(String to EventHubsTlsVersion) |
Converts a string to a EventHubsTlsVersion. |
Inequality(EventHubsTlsVersion, EventHubsTlsVersion) |
Determines if two EventHubsTlsVersion values are not the same. |
Applies to
Azure SDK for .NET