Freigeben über


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

Name Description
EnforceCertificateNameCheckEnabledState(String)

Initializes a new instance of EnforceCertificateNameCheckEnabledState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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