你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomDomainHttpsParameters interface
The JSON object that contains the properties to secure a custom domain.
Properties
certificate |
Polymorphic discriminator, which specifies the different types this object can be |
minimum |
TLS protocol version that will be used for Https |
protocol |
Defines the TLS extension protocol that is used for secure delivery. |
Property Details
certificateSource
Polymorphic discriminator, which specifies the different types this object can be
certificateSource: "Cdn" | "AzureKeyVault"
Property Value
"Cdn" | "AzureKeyVault"
minimumTlsVersion
TLS protocol version that will be used for Https
minimumTlsVersion?: MinimumTlsVersion
Property Value
protocolType
Defines the TLS extension protocol that is used for secure delivery.
protocolType: string
Property Value
string