EnforceMtlsEnabledState Struct

Definition

Set to Disabled by default. If set to Enabled, only custom domains with mTLS enabled can be added to child Route resources.

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

Constructors

Name Description
EnforceMtlsEnabledState(String)

Initializes a new instance of EnforceMtlsEnabledState.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(EnforceMtlsEnabledState)

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

Determines if two EnforceMtlsEnabledState values are the same.

Implicit(String to EnforceMtlsEnabledState)

Converts a string to a EnforceMtlsEnabledState.

Implicit(String to Nullable<EnforceMtlsEnabledState>)
Inequality(EnforceMtlsEnabledState, EnforceMtlsEnabledState)

Determines if two EnforceMtlsEnabledState values are not the same.

Applies to