| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<CustomDomainInner> |
CustomDomainsClient.enableCustomHttpsAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters)
Enable https delivery of the custom domain.
|
com.azure.core.http.rest.Response<CustomDomainInner> |
CustomDomainsClient.enableCustomHttpsWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters,
com.azure.core.util.Context context)
Enable https delivery of the custom domain.
|
Mono<com.azure.core.http.rest.Response<CustomDomainInner>> |
CustomDomainsClient.enableCustomHttpsWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters)
Enable https delivery of the custom domain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdnManagedHttpsParameters
Defines the certificate source parameters using CDN managed certificate for enabling SSL.
|
class |
UserManagedHttpsParameters
Defines the certificate source parameters using user's keyvault certificate for enabling SSL.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDomainHttpsParameters |
CustomDomainHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
|
CustomDomainHttpsParameters |
CustomDomainHttpsParameters.withProtocolType(ProtocolType protocolType)
Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.