Share via


FrontDoorTlsProtocolType Struct

Definition

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

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

Constructors

FrontDoorTlsProtocolType(String)

Initializes a new instance of FrontDoorTlsProtocolType.

Properties

ServerNameIndication

ServerNameIndication.

Methods

Equals(FrontDoorTlsProtocolType)

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

Determines if two FrontDoorTlsProtocolType values are the same.

Implicit(String to FrontDoorTlsProtocolType)

Converts a string to a FrontDoorTlsProtocolType.

Inequality(FrontDoorTlsProtocolType, FrontDoorTlsProtocolType)

Determines if two FrontDoorTlsProtocolType values are not the same.

Applies to