Delen via


EnforceCertificateNameCheckEnabledState Struct

Definition

Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.

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

Constructors

EnforceCertificateNameCheckEnabledState(String)

Initializes a new instance of EnforceCertificateNameCheckEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(EnforceCertificateNameCheckEnabledState)

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

Determines if two EnforceCertificateNameCheckEnabledState values are the same.

Implicit(String to EnforceCertificateNameCheckEnabledState)

Converts a string to a EnforceCertificateNameCheckEnabledState.

Inequality(EnforceCertificateNameCheckEnabledState, EnforceCertificateNameCheckEnabledState)

Determines if two EnforceCertificateNameCheckEnabledState values are not the same.

Applies to