DeliveryRuleSslProtocol Struct

Definition

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