Share via


IAfdDomainUpdatePropertiesParameters.TlsSetting Property

Definition

The configuration specifying how to enable HTTPS for the ___domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The configuration specifying how to enable HTTPS for the ___domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="tlsSettings", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsParameters TlsSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The configuration specifying how to enable HTTPS for the ___domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="tlsSettings", Update=true)>]
member this.TlsSetting : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsParameters with get, set
Public Property TlsSetting As IAfdDomainHttpsParameters

Property Value

Attributes

Applies to