IAfdEndpointUpdateParameters.EnforceMtl Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Set to Disabled by default. If set to Enabled, only custom domains with mTLS enabled can be added to child Route resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enforceMtls", Update=true)]
public string EnforceMtl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Set to Disabled by default. If set to Enabled, only custom domains with mTLS enabled can be added to child Route resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enforceMtls", Update=true)>]
member this.EnforceMtl : string with get, set
Public Property EnforceMtl As String

Property Value

Attributes

Applies to