你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SslConfiguration interface

SSL configuration. If configured data-plane calls to user services will be exposed over SSL only.

Properties

cert

The SSL cert data in PEM format.

cname

The CName of the certificate.

key

The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.

status

SSL status. Allowed values are Enabled and Disabled.

Property Details

cert

The SSL cert data in PEM format.

cert?: string

Property Value

string

cname

The CName of the certificate.

cname?: string

Property Value

string

key

The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.

key?: string

Property Value

string

status

SSL status. Allowed values are Enabled and Disabled.

status?: string

Property Value

string