AfdEndpointsClient Interface

public interface AfdEndpointsClient

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

Method Summary

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

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

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

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

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

Creates a new AzureFrontDoor 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 AzureFrontDoor 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 AzureFrontDoor 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 AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract SyncPoller<PollResult<Void>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

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

Removes a content from AzureFrontDoor.

abstract PollerFlux<PollResult<Void>,Void> beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

abstract SyncPoller<PollResult<AfdEndpointInner>,AfdEndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

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

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

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

abstract PollerFlux<PollResult<AfdEndpointInner>,AfdEndpointInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

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

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

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

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

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

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

Creates a new AzureFrontDoor 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, AfdEndpointInner endpointParam)

Creates a new AzureFrontDoor 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 AzureFrontDoor 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 AzureFrontDoor 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 AzureFrontDoor 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 AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

abstract AfdEndpointInner get(String resourceGroupName, String profileName, String endpointName)

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

abstract Mono<AfdEndpointInner> getAsync(String resourceGroupName, String profileName, String endpointName)

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

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

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

abstract Mono<Response<AfdEndpointInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName)

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

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

Lists existing AzureFrontDoor endpoints.

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

Lists existing AzureFrontDoor endpoints.

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

Lists existing AzureFrontDoor endpoints.

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

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

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

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

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

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, Context context)

Removes a content from AzureFrontDoor.

abstract Mono<Void> purgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

abstract Mono<Response<Flux<ByteBuffer>>> purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

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

abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, Context context)

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

abstract Mono<AfdEndpointInner> updateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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 Azure Front Door 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 Azure Front Door 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 Azure Front Door 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 Azure Front Door endpoint in DNS.

Method Details

beginCreate

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

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginCreate

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

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginCreateAsync

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

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 azure Front Door endpoint is the entity within a Azure Front Door 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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.

beginPurgeContent

public abstract SyncPoller<>,Void> beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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, AfdPurgeParameters contents, Context context)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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.

beginUpdate

public abstract SyncPoller<>,AfdEndpointInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginUpdate

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

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

beginUpdateAsync

public abstract PollerFlux<>,AfdEndpointInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

create

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

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
endpointParam - Endpoint properties.

Returns:

azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

create

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

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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:

azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

createAsync

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

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
endpointParam - Endpoint properties.

Returns:

azure Front Door endpoint is the entity within a Azure Front Door 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, AfdEndpointInner endpointParam)

Creates a new AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
endpointParam - Endpoint properties.

Returns:

azure Front Door endpoint is the entity within a Azure Front Door 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AfdEndpointInner get(String resourceGroupName, String profileName, String endpointName)

Gets an existing AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.

Returns:

an existing AzureFrontDoor 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.

Returns:

an existing AzureFrontDoor 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor 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 AzureFrontDoor 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 Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.

Returns:

an existing AzureFrontDoor 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 AzureFrontDoor endpoints.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor endpoints.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 AzureFrontDoor endpoints.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 actual usage of endpoints under the given Azure Front Door profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.

Returns:

the list usages operation response as paginated response with PagedIterable<T>.

listResourceUsage

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

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 list usages operation response as paginated response with PagedIterable<T>.

listResourceUsageAsync

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

Checks the quota and actual usage of endpoints under the given Azure Front Door profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.

Returns:

the list usages operation response as paginated response with PagedFlux<T>.

purgeContent

public abstract void purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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, AfdPurgeParameters contents, Context context)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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, AfdPurgeParameters contents)

Removes a content from AzureFrontDoor.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
endpointName - Name of the endpoint under the profile which is unique globally.
contents - The list of paths to the content and the list of linked domains 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.

update

public abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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:

azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

update

public abstract AfdEndpointInner update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, Context context)

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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:

azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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:

azure Front Door endpoint is the entity within a Azure Front Door 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, AfdEndpointUpdateParameters endpointUpdateProperties)

Updates an existing AzureFrontDoor 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 domains, use the Update Custom Domain operation.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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:

azure Front Door endpoint is the entity within a Azure Front Door 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 Azure Front Door endpoint in DNS.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 Azure Front Door endpoint in DNS.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 Azure Front Door endpoint in DNS.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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 Azure Front Door endpoint in DNS.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium 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