Dela via


AfdOriginsClient Interface

public interface AfdOriginsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<AfdOriginInner>,AfdOriginInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

abstract SyncPoller<PollResult<AfdOriginInner>,AfdOriginInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin, Context context)

Creates a new origin within the specified origin group.

abstract PollerFlux<PollResult<AfdOriginInner>,AfdOriginInner> beginCreateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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

Deletes an existing origin within an origin group.

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

Deletes an existing origin within an origin group.

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

Deletes an existing origin within an origin group.

abstract SyncPoller<PollResult<AfdOriginInner>,AfdOriginInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

abstract SyncPoller<PollResult<AfdOriginInner>,AfdOriginInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties, Context context)

Updates an existing origin within an origin group.

abstract PollerFlux<PollResult<AfdOriginInner>,AfdOriginInner> beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

abstract AfdOriginInner create(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

abstract AfdOriginInner create(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin, Context context)

Creates a new origin within the specified origin group.

abstract Mono<AfdOriginInner> createAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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

Deletes an existing origin within an origin group.

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

Deletes an existing origin within an origin group.

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

Deletes an existing origin within an origin group.

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

Deletes an existing origin within an origin group.

abstract AfdOriginInner get(String resourceGroupName, String profileName, String originGroupName, String originName)

Gets an existing origin within an origin group.

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

Gets an existing origin within an origin group.

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

Gets an existing origin within an origin group.

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

Gets an existing origin within an origin group.

abstract PagedIterable<AfdOriginInner> listByOriginGroup(String resourceGroupName, String profileName, String originGroupName)

Lists all of the existing origins within an origin group.

abstract PagedIterable<AfdOriginInner> listByOriginGroup(String resourceGroupName, String profileName, String originGroupName, Context context)

Lists all of the existing origins within an origin group.

abstract PagedFlux<AfdOriginInner> listByOriginGroupAsync(String resourceGroupName, String profileName, String originGroupName)

Lists all of the existing origins within an origin group.

abstract AfdOriginInner update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

abstract AfdOriginInner update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties, Context context)

Updates an existing origin within an origin group.

abstract Mono<AfdOriginInner> updateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

Method Details

beginCreate

public abstract SyncPoller,AfdOriginInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.

Returns:

the SyncPoller<T,U> for polling of azure Front Door origin is the source of the content being delivered via Azure Front Door.

beginCreate

public abstract SyncPoller,AfdOriginInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin, Context context)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of azure Front Door origin is the source of the content being delivered via Azure Front Door.

beginCreateAsync

public abstract PollerFlux,AfdOriginInner> beginCreateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.

Returns:

the PollerFlux<T,U> for polling of azure Front Door origin is the source of the content being delivered via Azure Front Door.

beginDelete

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

Deletes an existing origin within an origin group.

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.
originName - Name of the origin 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, String originName, Context context)

Deletes an existing origin within an origin group.

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.
originName - Name of the origin 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, String originName)

Deletes an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.

Returns:

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

beginUpdate

public abstract SyncPoller,AfdOriginInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.

Returns:

the SyncPoller<T,U> for polling of azure Front Door origin is the source of the content being delivered via Azure Front Door.

beginUpdate

public abstract SyncPoller,AfdOriginInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties, Context context)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of azure Front Door origin is the source of the content being delivered via Azure Front Door.

beginUpdateAsync

public abstract PollerFlux,AfdOriginInner> beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.

Returns:

the PollerFlux<T,U> for polling of azure Front Door origin is the source of the content being delivered via Azure Front Door.

create

public abstract AfdOriginInner create(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door.

create

public abstract AfdOriginInner create(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin, Context context)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.
context - The context to associate with this operation.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door.

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door on successful completion of Mono.

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)

Creates a new origin within the specified origin group.

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.
originName - Name of the origin that is unique within the profile.
origin - Origin properties.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door along with Response<T> on successful completion of Mono.

delete

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

Deletes an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.

delete

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

Deletes an existing origin within an origin group.

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.
originName - Name of the origin 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, String originName)

Deletes an existing origin within an origin group.

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.
originName - Name of the origin 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, String originName)

Deletes an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract AfdOriginInner get(String resourceGroupName, String profileName, String originGroupName, String originName)

Gets an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.

Returns:

an existing origin within an origin group.

getAsync

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

Gets an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.

Returns:

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

getWithResponse

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

Gets an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
context - The context to associate with this operation.

Returns:

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

getWithResponseAsync

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

Gets an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.

Returns:

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

listByOriginGroup

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

Lists all of the existing origins within an origin group.

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:

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

listByOriginGroup

public abstract PagedIterable listByOriginGroup(String resourceGroupName, String profileName, String originGroupName, Context context)

Lists all of the existing origins within an origin group.

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:

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

listByOriginGroupAsync

public abstract PagedFlux listByOriginGroupAsync(String resourceGroupName, String profileName, String originGroupName)

Lists all of the existing origins within an origin group.

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:

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

update

public abstract AfdOriginInner update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door.

update

public abstract AfdOriginInner update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties, Context context)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.
context - The context to associate with this operation.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door on successful completion of Mono.

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)

Updates an existing origin within an origin group.

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.
originName - Name of the origin which is unique within the profile.
originUpdateProperties - Origin properties.

Returns:

azure Front Door origin is the source of the content being delivered via Azure Front Door along with Response<T> on successful completion of Mono.

Applies to