v4

latestSwagger 2.0raw.githubusercontent.com2019-11-283597141.5 KB
CustomDomains

Enable https delivery of the custom domain.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps

Path parameters

resourceGroupNamestring required

Name of the Resource group within the Azure subscription.

profileNamestring required

Name of the CDN profile which is unique within the resource group.

endpointNamestring required

Name of the endpoint under the profile which is unique globally.

customDomainNamestring required

Name of the custom domain within an endpoint.

subscriptionIdstring required

Azure Subscription ID.

Query parameters

api-versionstring required

Version of the API to be used with the client request. Current version is 2017-04-02.

Request body

certificateSource'AzureKeyVault' | 'Cdn' required

Defines the source of the SSL certificate.

protocolType'ServerNameIndication' | 'IPBased' required

Defines the TLS extension protocol that is used for secure delivery.

minimumTlsVersion'None' | 'TLS10' | 'TLS12'

TLS protocol version that will be used for Https

Response

OK. The request has succeeded.