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.
Compatibility declaration for the ApplicationGatewaySslProtocol type.
public readonly struct ApplicationGatewaySslProtocol : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol>
type ApplicationGatewaySslProtocol = struct
Public Structure ApplicationGatewaySslProtocol
Implements IEquatable(Of ApplicationGatewaySslProtocol)
- Inheritance
-
ApplicationGatewaySslProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewaySslProtocol(String) |
Initializes a new instance of ApplicationGatewaySslProtocol. |
Properties
| Name | Description |
|---|---|
| Tls1_0 |
Gets or sets the Tls1_0 compatibility property. |
| Tls1_1 |
Gets or sets the Tls1_1 compatibility property. |
| Tls1_2 |
Gets or sets the Tls1_2 compatibility property. |
| TLSv10 |
TLSv1_0. |
| TLSv11 |
TLSv1_1. |
| TLSv12 |
TLSv1_2. |
| TLSv13 |
TLSv1_3. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ApplicationGatewaySslProtocol, ApplicationGatewaySslProtocol) |
Determines if two ApplicationGatewaySslProtocol values are the same. |
| Implicit(String to ApplicationGatewaySslProtocol) |
Converts a string to a ApplicationGatewaySslProtocol. |
| Implicit(String to Nullable<ApplicationGatewaySslProtocol>) | |
| Inequality(ApplicationGatewaySslProtocol, ApplicationGatewaySslProtocol) |
Determines if two ApplicationGatewaySslProtocol values are not the same. |