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