public interface EndpointsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String endpointName)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginLoadContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Pre-loads a content to CDN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginLoadContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths,
com.azure.core.util.Context context)
Pre-loads a content to CDN.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginLoadContentAsync(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Pre-loads a content to CDN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Removes a content from CDN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths,
com.azure.core.util.Context context)
Removes a content from CDN.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeContentAsync(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Removes a content from CDN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginStart(String resourceGroupName,
String profileName,
String endpointName)
Starts an existing CDN endpoint that is on a stopped state.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginStart(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Starts an existing CDN endpoint that is on a stopped state.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginStartAsync(String resourceGroupName,
String profileName,
String endpointName)
Starts an existing CDN endpoint that is on a stopped state.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginStop(String resourceGroupName,
String profileName,
String endpointName)
Stops an existing running CDN endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginStop(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Stops an existing running CDN endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginStopAsync(String resourceGroupName,
String profileName,
String endpointName)
Stops an existing running CDN endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties,
com.azure.core.util.Context context)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
EndpointInner |
create(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
EndpointInner |
create(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
Mono<EndpointInner> |
createAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String endpointName)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName)
Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
EndpointInner |
get(String resourceGroupName,
String profileName,
String endpointName)
Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group
and profile.
|
Mono<EndpointInner> |
getAsync(String resourceGroupName,
String profileName,
String endpointName)
Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group
and profile.
|
com.azure.core.http.rest.Response<EndpointInner> |
getWithResponse(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group
and profile.
|
Mono<com.azure.core.http.rest.Response<EndpointInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName)
Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group
and profile.
|
com.azure.core.http.rest.PagedIterable<EndpointInner> |
listByProfile(String resourceGroupName,
String profileName)
Lists existing CDN endpoints.
|
com.azure.core.http.rest.PagedIterable<EndpointInner> |
listByProfile(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Lists existing CDN endpoints.
|
com.azure.core.http.rest.PagedFlux<EndpointInner> |
listByProfileAsync(String resourceGroupName,
String profileName)
Lists existing CDN endpoints.
|
com.azure.core.http.rest.PagedIterable<ResourceUsageInner> |
listResourceUsage(String resourceGroupName,
String profileName,
String endpointName)
Checks the quota and usage of geo filters and custom domains under the given endpoint.
|
com.azure.core.http.rest.PagedIterable<ResourceUsageInner> |
listResourceUsage(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Checks the quota and usage of geo filters and custom domains under the given endpoint.
|
com.azure.core.http.rest.PagedFlux<ResourceUsageInner> |
listResourceUsageAsync(String resourceGroupName,
String profileName,
String endpointName)
Checks the quota and usage of geo filters and custom domains under the given endpoint.
|
void |
loadContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Pre-loads a content to CDN.
|
void |
loadContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths,
com.azure.core.util.Context context)
Pre-loads a content to CDN.
|
Mono<Void> |
loadContentAsync(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Pre-loads a content to CDN.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
loadContentWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Pre-loads a content to CDN.
|
void |
purgeContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Removes a content from CDN.
|
void |
purgeContent(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths,
com.azure.core.util.Context context)
Removes a content from CDN.
|
Mono<Void> |
purgeContentAsync(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Removes a content from CDN.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
purgeContentWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
List<String> contentPaths)
Removes a content from CDN.
|
EndpointInner |
start(String resourceGroupName,
String profileName,
String endpointName)
Starts an existing CDN endpoint that is on a stopped state.
|
EndpointInner |
start(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Starts an existing CDN endpoint that is on a stopped state.
|
Mono<EndpointInner> |
startAsync(String resourceGroupName,
String profileName,
String endpointName)
Starts an existing CDN endpoint that is on a stopped state.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName)
Starts an existing CDN endpoint that is on a stopped state.
|
EndpointInner |
stop(String resourceGroupName,
String profileName,
String endpointName)
Stops an existing running CDN endpoint.
|
EndpointInner |
stop(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Stops an existing running CDN endpoint.
|
Mono<EndpointInner> |
stopAsync(String resourceGroupName,
String profileName,
String endpointName)
Stops an existing running CDN endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName)
Stops an existing running CDN endpoint.
|
EndpointInner |
update(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
EndpointInner |
update(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties,
com.azure.core.util.Context context)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
Mono<EndpointInner> |
updateAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
ValidateCustomDomainOutputInner |
validateCustomDomain(String resourceGroupName,
String profileName,
String endpointName,
String hostname)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
Mono<ValidateCustomDomainOutputInner> |
validateCustomDomainAsync(String resourceGroupName,
String profileName,
String endpointName,
String hostname)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner> |
validateCustomDomainWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String hostname,
com.azure.core.util.Context context)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
Mono<com.azure.core.http.rest.Response<ValidateCustomDomainOutputInner>> |
validateCustomDomainWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String hostname)
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
com.azure.core.http.rest.PagedFlux<EndpointInner> listByProfileAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.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<EndpointInner> listByProfile(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.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<EndpointInner> listByProfile(String resourceGroupName, String profileName, 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.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<EndpointInner>> getWithResponseAsync(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.Mono<EndpointInner> getAsync(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.EndpointInner get(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.Response<EndpointInner> getWithResponse(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<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint)
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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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<EndpointInner>,EndpointInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint)
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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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<EndpointInner>,EndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint)
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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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<EndpointInner>,EndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint, 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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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<EndpointInner> createAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint)
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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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.EndpointInner create(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint)
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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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.EndpointInner create(String resourceGroupName, String profileName, String endpointName, EndpointInner endpoint, 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.endpoint - CDN endpoint is the entity within a CDN profile containing configuration information such as
origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
<endpointname>.azureedge.net.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>>> updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties)
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.endpointUpdateProperties - Properties required to create or update 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<EndpointInner>,EndpointInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties)
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.endpointUpdateProperties - Properties required to create or update 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<EndpointInner>,EndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties)
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.endpointUpdateProperties - Properties required to create or update 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<EndpointInner>,EndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties, 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.endpointUpdateProperties - Properties required to create or update 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<EndpointInner> updateAsync(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties)
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.endpointUpdateProperties - Properties required to create or update 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.EndpointInner update(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties)
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.endpointUpdateProperties - Properties required to create or update 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.EndpointInner update(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties, 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.endpointUpdateProperties - Properties required to create or update 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>>> deleteWithResponseAsync(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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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<Void> deleteAsync(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.void delete(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.void delete(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<Flux<ByteBuffer>>> startWithResponseAsync(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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> beginStartAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> beginStart(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> beginStart(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<EndpointInner> startAsync(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.EndpointInner start(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.EndpointInner start(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<Flux<ByteBuffer>>> stopWithResponseAsync(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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> beginStopAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> beginStop(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> beginStop(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<EndpointInner> stopAsync(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.EndpointInner stop(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.EndpointInner stop(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<Flux<ByteBuffer>>> purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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<Void>,Void> beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths, 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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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<Void> purgeContentAsync(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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.void purgeContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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.void purgeContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths, 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.contentPaths - The path to the content to be purged. Can describe a file path or a wild card directory.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>>> loadContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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<Void>,Void> beginLoadContentAsync(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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<Void>,Void> beginLoadContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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<Void>,Void> beginLoadContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths, 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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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<Void> loadContentAsync(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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.void loadContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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.void loadContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths, 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.contentPaths - The path to the content to be loaded. Path should be a relative file URL of the origin.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<ValidateCustomDomainOutputInner>> validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, 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.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<ValidateCustomDomainOutputInner> validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, 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.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.ValidateCustomDomainOutputInner validateCustomDomain(String resourceGroupName, String profileName, String endpointName, 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.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.http.rest.Response<ValidateCustomDomainOutputInner> validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, 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.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.com.azure.core.http.rest.PagedFlux<ResourceUsageInner> listResourceUsageAsync(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<ResourceUsageInner> listResourceUsage(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<ResourceUsageInner> listResourceUsage(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.Copyright © 2020 Microsoft Corporation. All rights reserved.