EndpointsClient Interface

public interface EndpointsClient

An instance of this class provides access to all the operations defined in EndpointsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam, Context context)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract PollerFlux<PollResult<EndpointInner>,EndpointInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract SyncPoller<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.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String endpointName, Context context)

Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract PollerFlux<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.

abstract SyncPoller<PollResult<Void>,Void> beginLoadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN.

abstract SyncPoller<PollResult<Void>,Void> beginLoadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths, Context context)

Pre-loads a content to CDN.

abstract PollerFlux<PollResult<Void>,Void> beginLoadContentAsync(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN.

abstract SyncPoller<PollResult<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

abstract SyncPoller<PollResult<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths, Context context)

Removes a content from CDN.

abstract PollerFlux<PollResult<Void>,Void> beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginStart(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginStart(String resourceGroupName, String profileName, String endpointName, Context context)

Starts an existing CDN endpoint that is on a stopped state.

abstract PollerFlux<PollResult<EndpointInner>,EndpointInner> beginStartAsync(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginStop(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginStop(String resourceGroupName, String profileName, String endpointName, Context context)

Stops an existing running CDN endpoint.

abstract PollerFlux<PollResult<EndpointInner>,EndpointInner> beginStopAsync(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

abstract SyncPoller<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.

abstract SyncPoller<PollResult<EndpointInner>,EndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties, Context context)

Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract PollerFlux<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.

abstract EndpointInner create(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract EndpointInner create(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam, Context context)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract Mono<EndpointInner> createAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract 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.

abstract void delete(String resourceGroupName, String profileName, String endpointName, Context context)

Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract 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.

abstract Mono<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.

abstract 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.

abstract 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.

abstract Response<EndpointInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, Context context)

Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract Mono<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.

abstract PagedIterable<EndpointInner> listByProfile(String resourceGroupName, String profileName)

Lists existing CDN endpoints.

abstract PagedIterable<EndpointInner> listByProfile(String resourceGroupName, String profileName, Context context)

Lists existing CDN endpoints.

abstract PagedFlux<EndpointInner> listByProfileAsync(String resourceGroupName, String profileName)

Lists existing CDN endpoints.

abstract PagedIterable<ResourceUsageInner> listResourceUsage(String resourceGroupName, String profileName, String endpointName)

Checks the quota and usage of geo filters and custom domains under the given endpoint.

abstract PagedIterable<ResourceUsageInner> listResourceUsage(String resourceGroupName, String profileName, String endpointName, Context context)

Checks the quota and usage of geo filters and custom domains under the given endpoint.

abstract PagedFlux<ResourceUsageInner> listResourceUsageAsync(String resourceGroupName, String profileName, String endpointName)

Checks the quota and usage of geo filters and custom domains under the given endpoint.

abstract void loadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN.

abstract void loadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths, Context context)

Pre-loads a content to CDN.

abstract Mono<Void> loadContentAsync(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN.

abstract Mono<Response<Flux<ByteBuffer>>> loadContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN.

abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths, Context context)

Removes a content from CDN.

abstract Mono<Void> purgeContentAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

abstract Mono<Response<Flux<ByteBuffer>>> purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

abstract EndpointInner start(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

abstract EndpointInner start(String resourceGroupName, String profileName, String endpointName, Context context)

Starts an existing CDN endpoint that is on a stopped state.

abstract Mono<EndpointInner> startAsync(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

abstract Mono<Response<Flux<ByteBuffer>>> startWithResponseAsync(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

abstract EndpointInner stop(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

abstract EndpointInner stop(String resourceGroupName, String profileName, String endpointName, Context context)

Stops an existing running CDN endpoint.

abstract Mono<EndpointInner> stopAsync(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

abstract Mono<Response<Flux<ByteBuffer>>> stopWithResponseAsync(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

abstract 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.

abstract EndpointInner update(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties, Context context)

Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract 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.

abstract Mono<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.

abstract ValidateCustomDomainOutputInner validateCustomDomain(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

abstract Mono<ValidateCustomDomainOutputInner> validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

abstract Response<ValidateCustomDomainOutputInner> validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties, Context context)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

abstract Mono<Response<ValidateCustomDomainOutputInner>> validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Method Details

beginCreate

public abstract SyncPoller<>,EndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginCreate

public abstract SyncPoller<>,EndpointInner> beginCreate(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam, Context context)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginCreateAsync

public abstract PollerFlux<>,EndpointInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.

Returns:

the PollerFlux<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginDelete

public abstract SyncPoller<>,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.

Parameters:

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.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroupName, String profileName, String endpointName, Context context)

Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux<>,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.

Parameters:

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.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginLoadContent

public abstract SyncPoller<>,Void> beginLoadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginLoadContent

public abstract SyncPoller<>,Void> beginLoadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths, Context context)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginLoadContentAsync

public abstract PollerFlux<>,Void> beginLoadContentAsync(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginPurgeContent

public abstract SyncPoller<>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginPurgeContent

public abstract SyncPoller<>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths, Context context)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginPurgeContentAsync

public abstract PollerFlux<>,Void> beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginStart

public abstract SyncPoller<>,EndpointInner> beginStart(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginStart

public abstract SyncPoller<>,EndpointInner> beginStart(String resourceGroupName, String profileName, String endpointName, Context context)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginStartAsync

public abstract PollerFlux<>,EndpointInner> beginStartAsync(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

the PollerFlux<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginStop

public abstract SyncPoller<>,EndpointInner> beginStop(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginStop

public abstract SyncPoller<>,EndpointInner> beginStop(String resourceGroupName, String profileName, String endpointName, Context context)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginStopAsync

public abstract PollerFlux<>,EndpointInner> beginStopAsync(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

the PollerFlux<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginUpdate

public abstract SyncPoller<>,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. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginUpdate

public abstract SyncPoller<>,EndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties, Context context)

Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginUpdateAsync

public abstract PollerFlux<>,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. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.

Returns:

the PollerFlux<T,U> for polling of cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

create

public abstract EndpointInner create(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

create

public abstract EndpointInner create(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam, Context context)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.
context - The context to associate with this operation.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior on successful completion of Mono.

createWithResponseAsync

public abstract Mono<><>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, EndpointInner endpointParam)

Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.
endpointParam - Endpoint properties.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior along with Response<T> on successful completion of Mono.

delete

public abstract 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.

Parameters:

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.

delete

public abstract void delete(String resourceGroupName, String profileName, String endpointName, Context context)

Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.

deleteAsync

public abstract Mono 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.

Parameters:

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.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono<><>>> 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.

Parameters:

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.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract 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.

Parameters:

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.

Returns:

an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

getAsync

public abstract Mono 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.

Parameters:

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.

Returns:

an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String profileName, String endpointName, Context context)

Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Parameters:

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.

Returns:

an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile along with Response<T>.

getWithResponseAsync

public abstract Mono<>> 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.

Parameters:

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.

Returns:

an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile along with Response<T> on successful completion of Mono.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName)

Lists existing CDN endpoints.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the CDN profile which is unique within the resource group.

Returns:

result of the request to list endpoints as paginated response with PagedIterable<T>.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName, Context context)

Lists existing CDN endpoints.

Parameters:

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.

Returns:

result of the request to list endpoints as paginated response with PagedIterable<T>.

listByProfileAsync

public abstract PagedFlux listByProfileAsync(String resourceGroupName, String profileName)

Lists existing CDN endpoints.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the CDN profile which is unique within the resource group.

Returns:

result of the request to list endpoints as paginated response with PagedFlux<T>.

listResourceUsage

public abstract PagedIterable listResourceUsage(String resourceGroupName, String profileName, String endpointName)

Checks the quota and usage of geo filters and custom domains under the given endpoint.

Parameters:

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.

Returns:

output of check resource usage API as paginated response with PagedIterable<T>.

listResourceUsage

public abstract PagedIterable listResourceUsage(String resourceGroupName, String profileName, String endpointName, Context context)

Checks the quota and usage of geo filters and custom domains under the given endpoint.

Parameters:

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.

Returns:

output of check resource usage API as paginated response with PagedIterable<T>.

listResourceUsageAsync

public abstract PagedFlux listResourceUsageAsync(String resourceGroupName, String profileName, String endpointName)

Checks the quota and usage of geo filters and custom domains under the given endpoint.

Parameters:

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.

Returns:

output of check resource usage API as paginated response with PagedFlux<T>.

loadContent

public abstract void loadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.

loadContent

public abstract void loadContent(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths, Context context)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.
context - The context to associate with this operation.

loadContentAsync

public abstract Mono loadContentAsync(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.

Returns:

A Mono that completes when a successful response is received.

loadContentWithResponseAsync

public abstract Mono<><>>> loadContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, LoadParameters contentFilePaths)

Pre-loads a content to CDN. Available for Verizon Profiles.

Parameters:

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.
contentFilePaths - The path to the content to be loaded. Path should be a full URL, e.g. \u2018/pictures/city.png' which loads a single file.

Returns:

the Response<T> on successful completion of Mono.

purgeContent

public abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.

purgeContent

public abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths, Context context)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.
context - The context to associate with this operation.

purgeContentAsync

public abstract Mono purgeContentAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.

Returns:

A Mono that completes when a successful response is received.

purgeContentWithResponseAsync

public abstract Mono<><>>> purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths)

Removes a content from CDN.

Parameters:

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.
contentFilePaths - The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and files in the directory.

Returns:

the Response<T> on successful completion of Mono.

start

public abstract EndpointInner start(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

start

public abstract EndpointInner start(String resourceGroupName, String profileName, String endpointName, Context context)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

startAsync

public abstract Mono startAsync(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior on successful completion of Mono.

startWithResponseAsync

public abstract Mono<><>>> startWithResponseAsync(String resourceGroupName, String profileName, String endpointName)

Starts an existing CDN endpoint that is on a stopped state.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior along with Response<T> on successful completion of Mono.

stop

public abstract EndpointInner stop(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

stop

public abstract EndpointInner stop(String resourceGroupName, String profileName, String endpointName, Context context)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

stopAsync

public abstract Mono stopAsync(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior on successful completion of Mono.

stopWithResponseAsync

public abstract Mono<><>>> stopWithResponseAsync(String resourceGroupName, String profileName, String endpointName)

Stops an existing running CDN endpoint.

Parameters:

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.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior along with Response<T> on successful completion of Mono.

update

public abstract 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. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

update

public abstract EndpointInner update(String resourceGroupName, String profileName, String endpointName, EndpointUpdateParameters endpointUpdateProperties, Context context)

Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.
context - The context to associate with this operation.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior.

updateAsync

public abstract Mono 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. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior on successful completion of Mono.

updateWithResponseAsync

public abstract Mono<><>>> 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. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

Parameters:

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 - Endpoint update properties.

Returns:

cDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior along with Response<T> on successful completion of Mono.

validateCustomDomain

public abstract ValidateCustomDomainOutputInner validateCustomDomain(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Parameters:

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.
customDomainProperties - Custom domain to be validated.

Returns:

output of custom domain validation.

validateCustomDomainAsync

public abstract Mono validateCustomDomainAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Parameters:

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.
customDomainProperties - Custom domain to be validated.

Returns:

output of custom domain validation on successful completion of Mono.

validateCustomDomainWithResponse

public abstract Response validateCustomDomainWithResponse(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties, Context context)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Parameters:

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.
customDomainProperties - Custom domain to be validated.
context - The context to associate with this operation.

Returns:

output of custom domain validation along with Response<T>.

validateCustomDomainWithResponseAsync

public abstract Mono<>> validateCustomDomainWithResponseAsync(String resourceGroupName, String profileName, String endpointName, ValidateCustomDomainInput customDomainProperties)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Parameters:

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.
customDomainProperties - Custom domain to be validated.

Returns:

output of custom domain validation along with Response<T> on successful completion of Mono.

Applies to