SecureDeliveryProtocolType Struct

Definition

Defines the TLS extension protocol that is used for secure delivery.

public readonly struct SecureDeliveryProtocolType : IEquatable<Azure.ResourceManager.Cdn.Models.SecureDeliveryProtocolType>
type SecureDeliveryProtocolType = struct
Public Structure SecureDeliveryProtocolType
Implements IEquatable(Of SecureDeliveryProtocolType)
Inheritance
SecureDeliveryProtocolType
Implements

Constructors

SecureDeliveryProtocolType(String)

Initializes a new instance of SecureDeliveryProtocolType.

Properties

IPBased

IPBased.

ServerNameIndication

ServerNameIndication.

Methods

Equals(SecureDeliveryProtocolType)

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(SecureDeliveryProtocolType, SecureDeliveryProtocolType)

Determines if two SecureDeliveryProtocolType values are the same.

Implicit(String to SecureDeliveryProtocolType)

Converts a string to a SecureDeliveryProtocolType.

Inequality(SecureDeliveryProtocolType, SecureDeliveryProtocolType)

Determines if two SecureDeliveryProtocolType values are not the same.

Applies to