Share via


FrontDoorEndpointConnectionCertificateType Struct

Definition

Defines the type of the certificate used for secure connections to a frontendEndpoint.

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

Constructors

FrontDoorEndpointConnectionCertificateType(String)

Initializes a new instance of FrontDoorEndpointConnectionCertificateType.

Properties

Dedicated

Dedicated.

Methods

Equals(FrontDoorEndpointConnectionCertificateType)

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

Determines if two FrontDoorEndpointConnectionCertificateType values are the same.

Implicit(String to FrontDoorEndpointConnectionCertificateType)

Converts a string to a FrontDoorEndpointConnectionCertificateType.

Inequality(FrontDoorEndpointConnectionCertificateType, FrontDoorEndpointConnectionCertificateType)

Determines if two FrontDoorEndpointConnectionCertificateType values are not the same.

Applies to