ApplicationGatewaySslProtocol 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.
Ssl protocol enums.
public readonly struct ApplicationGatewaySslProtocol : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol>
type ApplicationGatewaySslProtocol = struct
Public Structure ApplicationGatewaySslProtocol
Implements IEquatable(Of ApplicationGatewaySslProtocol)
- Inheritance
-
ApplicationGatewaySslProtocol
- Implements
Constructors
ApplicationGatewaySslProtocol(String) |
Initializes a new instance of ApplicationGatewaySslProtocol. |
Properties
Tls1_0 |
TLS 1.0. |
Tls1_1 |
TLS 1.1. |
Tls1_2 |
TLS 1.2. |
TLSv13 |
TLSv1_3. |
Methods
Equals(ApplicationGatewaySslProtocol) |
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(ApplicationGatewaySslProtocol, ApplicationGatewaySslProtocol) |
Determines if two ApplicationGatewaySslProtocol values are the same. |
Implicit(String to ApplicationGatewaySslProtocol) |
Converts a string to a ApplicationGatewaySslProtocol. |
Inequality(ApplicationGatewaySslProtocol, ApplicationGatewaySslProtocol) |
Determines if two ApplicationGatewaySslProtocol values are not the same. |
Applies to
Azure SDK for .NET