Dela via


AfdOriginGroupsClient Interface

public interface AfdOriginGroupsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified profile.

abstract SyncPoller<PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, Context context)

Creates a new origin group within the specified profile.

abstract PollerFlux<PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginCreateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified profile.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a profile.

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

Deletes an existing origin group within a profile.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a profile.

abstract SyncPoller<PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a profile.

abstract SyncPoller<PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, Context context)

Updates an existing origin group within a profile.

abstract PollerFlux<PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a profile.

abstract AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified profile.

abstract AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, Context context)

Creates a new origin group within the specified profile.

abstract Mono<AfdOriginGroupInner> createAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified profile.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified profile.

abstract void delete(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a profile.

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

Deletes an existing origin group within a profile.

abstract Mono<Void> deleteAsync(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a profile.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a profile.

abstract AfdOriginGroupInner get(String resourceGroupName, String profileName, String originGroupName)

Gets an existing origin group within a profile.

abstract Mono<AfdOriginGroupInner> getAsync(String resourceGroupName, String profileName, String originGroupName)

Gets an existing origin group within a profile.

abstract Response<AfdOriginGroupInner> getWithResponse(String resourceGroupName, String profileName, String originGroupName, Context context)

Gets an existing origin group within a profile.

abstract Mono<Response<AfdOriginGroupInner>> getWithResponseAsync(String resourceGroupName, String profileName, String originGroupName)

Gets an existing origin group within a profile.

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

Lists all of the existing origin groups within a profile.

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

Lists all of the existing origin groups within a profile.

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

Lists all of the existing origin groups within a profile.

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

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

abstract PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String originGroupName, 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 originGroupName)

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

abstract AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a profile.

abstract AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, Context context)

Updates an existing origin group within a profile.

abstract Mono<AfdOriginGroupInner> updateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a profile.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a profile.

Method Details

beginCreate

public abstract SyncPoller,AfdOriginGroupInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.

Returns:

the SyncPoller<T,U> for polling of aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

beginCreate

public abstract SyncPoller,AfdOriginGroupInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, Context context)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

beginCreateAsync

public abstract PollerFlux,AfdOriginGroupInner> beginCreateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.

Returns:

the PollerFlux<T,U> for polling of aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.

Returns:

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

beginDelete

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

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
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 originGroupName)

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.

Returns:

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

beginUpdate

public abstract SyncPoller,AfdOriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.

Returns:

the SyncPoller<T,U> for polling of aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

beginUpdate

public abstract SyncPoller,AfdOriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, Context context)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

beginUpdateAsync

public abstract PollerFlux,AfdOriginGroupInner> beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.

Returns:

the PollerFlux<T,U> for polling of aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

create

public abstract AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

create

public abstract AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, Context context)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.
context - The context to associate with this operation.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door on successful completion of Mono.

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)

Creates a new origin group within the specified 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.
originGroupName - Name of the origin group which is unique within the endpoint.
originGroup - Origin group properties.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.

delete

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

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String profileName, String originGroupName)

Deletes an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract AfdOriginGroupInner get(String resourceGroupName, String profileName, String originGroupName)

Gets an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the endpoint.

Returns:

an existing origin group within a profile.

getAsync

public abstract Mono getAsync(String resourceGroupName, String profileName, String originGroupName)

Gets an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the endpoint.

Returns:

an existing origin group within a profile on successful completion of Mono.

getWithResponse

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

Gets an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the endpoint.
context - The context to associate with this operation.

Returns:

an existing origin group within a profile along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String profileName, String originGroupName)

Gets an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the endpoint.

Returns:

an existing origin group within a profile along with Response<T> on successful completion of Mono.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName)

Lists all of the existing origin groups within a 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.

Returns:

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

listByProfile

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

Lists all of the existing origin groups within a 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.
context - The context to associate with this operation.

Returns:

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

listByProfileAsync

public abstract PagedFlux listByProfileAsync(String resourceGroupName, String profileName)

Lists all of the existing origin groups within a 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.

Returns:

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

listResourceUsage

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

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.
originGroupName - Name of the origin group which is unique within the endpoint.

Returns:

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

listResourceUsage

public abstract PagedIterable listResourceUsage(String resourceGroupName, String profileName, String originGroupName, 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.
originGroupName - Name of the origin group which is unique within the endpoint.
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 originGroupName)

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.
originGroupName - Name of the origin group which is unique within the endpoint.

Returns:

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

update

public abstract AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

update

public abstract AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, Context context)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.
context - The context to associate with this operation.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door on successful completion of Mono.

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)

Updates an existing origin group within a 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.
originGroupName - Name of the origin group which is unique within the profile.
originGroupUpdateProperties - Origin group properties.

Returns:

aFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door along with Response<T> on successful completion of Mono.

Applies to