| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDomainInner |
CustomDomainsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname)
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname,
com.azure.core.util.Context context)
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.delete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Deletes an existing custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.delete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context)
Deletes an existing custom domain within an endpoint.
|
CustomDomainInner |
CustomDomainsClient.disableCustomHttps(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Disable https delivery of the custom domain.
|
CustomDomainInner |
CustomDomainsClient.enableCustomHttps(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Enable https delivery of the custom domain.
|
CustomDomainInner |
CustomDomainsClient.get(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Gets an existing custom domain within an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDomainInner |
CustomDomainInner.withHostname(String hostname)
Set the hostname property: The host name of the custom domain.
|
CustomDomainInner |
CustomDomainInner.withValidationData(String validationData)
Set the validationData property: Special validation or data may be required when delivering CDN to some regions
due to local compliance reasons.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.