FrontDoorCustomDomainMtlsSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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