FrontDoorCustomDomainMtlsSettings Class

Definition

Contains the properties to configure mutual TLS for a custom domain with FQDN. Mutual TLS cannot be configured for custom domains with wildcard host names. Please note this is the abstract base class. The derived classes available for instantiation are: ClientCertificateRequiredAndValidatedAdvancedSettings, ClientCertificateRequiredAndOriginValidatesAdvancedSettings, ClientCertificateValidatedIfPresentedAdvancedSettings, and CompleteMtlsPassthroughToOriginAdvancedSettings.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownFrontDoorCustomDomainMtlsSettings))]
public abstract class FrontDoorCustomDomainMtlsSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainMtlsSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainMtlsSettings>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownFrontDoorCustomDomainMtlsSettings))>]
type FrontDoorCustomDomainMtlsSettings = class
    interface IJsonModel<FrontDoorCustomDomainMtlsSettings>
    interface IPersistableModel<FrontDoorCustomDomainMtlsSettings>
Public MustInherit Class FrontDoorCustomDomainMtlsSettings
Implements IJsonModel(Of FrontDoorCustomDomainMtlsSettings), IPersistableModel(Of FrontDoorCustomDomainMtlsSettings)
Inheritance
FrontDoorCustomDomainMtlsSettings
Derived
Attributes
Implements

Applies to