public interface CustomDomainsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname)
Creates a new custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname,
com.azure.core.util.Context context)
Creates a new custom domain within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname)
Creates a new custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context)
Deletes an existing custom domain within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Deletes an existing custom domain within an endpoint.
|
CustomDomainInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname)
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
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.
|
Mono<CustomDomainInner> |
createAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Creates a new custom domain within an endpoint.
|
Mono<CustomDomainInner> |
createAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname)
Creates a new custom domain within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
String hostname)
Creates a new custom domain within an endpoint.
|
CustomDomainInner |
delete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Deletes an existing custom domain within an endpoint.
|
CustomDomainInner |
delete(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context)
Deletes an existing custom domain within an endpoint.
|
Mono<CustomDomainInner> |
deleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Deletes an existing custom domain within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Deletes an existing custom domain within an endpoint.
|
CustomDomainInner |
disableCustomHttps(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Disable https delivery of the custom domain.
|
Mono<CustomDomainInner> |
disableCustomHttpsAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Disable https delivery of the custom domain.
|
com.azure.core.http.rest.Response<CustomDomainInner> |
disableCustomHttpsWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context)
Disable https delivery of the custom domain.
|
Mono<com.azure.core.http.rest.Response<CustomDomainInner>> |
disableCustomHttpsWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Disable https delivery of the custom domain.
|
CustomDomainInner |
enableCustomHttps(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Enable https delivery of the custom domain.
|
Mono<CustomDomainInner> |
enableCustomHttpsAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Enable https delivery of the custom domain.
|
Mono<CustomDomainInner> |
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> |
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>> |
enableCustomHttpsWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
CustomDomainHttpsParameters customDomainHttpsParameters)
Enable https delivery of the custom domain.
|
CustomDomainInner |
get(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Gets an existing custom domain within an endpoint.
|
Mono<CustomDomainInner> |
getAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Gets an existing custom domain within an endpoint.
|
com.azure.core.http.rest.Response<CustomDomainInner> |
getWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName,
com.azure.core.util.Context context)
Gets an existing custom domain within an endpoint.
|
Mono<com.azure.core.http.rest.Response<CustomDomainInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String customDomainName)
Gets an existing custom domain within an endpoint.
|
com.azure.core.http.rest.PagedIterable<CustomDomainInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing custom domains within an endpoint.
|
com.azure.core.http.rest.PagedIterable<CustomDomainInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Lists all of the existing custom domains within an endpoint.
|
com.azure.core.http.rest.PagedFlux<CustomDomainInner> |
listByEndpointAsync(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing custom domains within an endpoint.
|
com.azure.core.http.rest.PagedFlux<CustomDomainInner> listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CustomDomainInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CustomDomainInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CustomDomainInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> getAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner get(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CustomDomainInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner create(String resourceGroupName, String profileName, String endpointName, String customDomainName, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.hostname - The host name of the custom domain. Must be a domain name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> beginDelete(String resourceGroupName, String profileName, String endpointName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> deleteAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner delete(String resourceGroupName, String profileName, String endpointName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CustomDomainInner>> disableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> disableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner disableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CustomDomainInner> disableCustomHttpsWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CustomDomainInner>> enableCustomHttpsWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.customDomainHttpsParameters - The JSON object that contains the properties to secure a custom domain.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.customDomainHttpsParameters - The JSON object that contains the properties to secure a custom domain.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomDomainInner> enableCustomHttpsAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomDomainInner enableCustomHttps(String resourceGroupName, String profileName, String endpointName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CustomDomainInner> enableCustomHttpsWithResponse(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.customDomainName - Name of the custom domain within an endpoint.customDomainHttpsParameters - The JSON object that contains the properties to secure a custom domain.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.