GatewayRouteConfigsClient Interface

public interface GatewayRouteConfigsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GatewayRouteConfigResourceInner>,GatewayRouteConfigResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract SyncPoller<PollResult<GatewayRouteConfigResourceInner>,GatewayRouteConfigResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource, Context context)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract PollerFlux<PollResult<GatewayRouteConfigResourceInner>,GatewayRouteConfigResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)

Delete the Spring Cloud Gateway route config.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

abstract GatewayRouteConfigResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract GatewayRouteConfigResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource, Context context)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract Mono<GatewayRouteConfigResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)

Delete the Spring Cloud Gateway route config.

abstract Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

abstract GatewayRouteConfigResourceInner get(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Get the Spring Cloud Gateway route configs.

abstract Mono<GatewayRouteConfigResourceInner> getAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Get the Spring Cloud Gateway route configs.

abstract Response<GatewayRouteConfigResourceInner> getWithResponse(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)

Get the Spring Cloud Gateway route configs.

abstract Mono<Response<GatewayRouteConfigResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Get the Spring Cloud Gateway route configs.

abstract PagedIterable<GatewayRouteConfigResourceInner> list(String resourceGroupName, String serviceName, String gatewayName)

Handle requests to list all Spring Cloud Gateway route configs.

abstract PagedIterable<GatewayRouteConfigResourceInner> list(String resourceGroupName, String serviceName, String gatewayName, Context context)

Handle requests to list all Spring Cloud Gateway route configs.

abstract PagedFlux<GatewayRouteConfigResourceInner> listAsync(String resourceGroupName, String serviceName, String gatewayName)

Handle requests to list all Spring Cloud Gateway route configs.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,GatewayRouteConfigResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.

Returns:

the SyncPoller<T,U> for polling of spring Cloud Gateway route config resource.

beginCreateOrUpdate

public abstract SyncPoller,GatewayRouteConfigResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource, Context context)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of spring Cloud Gateway route config resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,GatewayRouteConfigResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.

Returns:

the PollerFlux<T,U> for polling of spring Cloud Gateway route config resource.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

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

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
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 serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

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

createOrUpdate

public abstract GatewayRouteConfigResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.

Returns:

spring Cloud Gateway route config resource.

createOrUpdate

public abstract GatewayRouteConfigResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource, Context context)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.
context - The context to associate with this operation.

Returns:

spring Cloud Gateway route config resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.

Returns:

spring Cloud Gateway route config resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, GatewayRouteConfigResourceInner gatewayRouteConfigResource)

Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
gatewayRouteConfigResource - The Spring Cloud Gateway route config for the create or update operation.

Returns:

spring Cloud Gateway route config resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

delete

public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Delete the Spring Cloud Gateway route config.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GatewayRouteConfigResourceInner get(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Get the Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

the Spring Cloud Gateway route configs.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Get the Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

the Spring Cloud Gateway route configs on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)

Get the Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.
context - The context to associate with this operation.

Returns:

the Spring Cloud Gateway route configs along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)

Get the Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
routeConfigName - The name of the Spring Cloud Gateway route config.

Returns:

the Spring Cloud Gateway route configs along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, String gatewayName)

Handle requests to list all Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.

Returns:

object that includes an array of Spring Cloud Gateway route config resources and a possible link for next set as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, String gatewayName, Context context)

Handle requests to list all Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.
context - The context to associate with this operation.

Returns:

object that includes an array of Spring Cloud Gateway route config resources and a possible link for next set as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName, String gatewayName)

Handle requests to list all Spring Cloud Gateway route configs.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
gatewayName - The name of Spring Cloud Gateway.

Returns:

object that includes an array of Spring Cloud Gateway route config resources and a possible link for next set as paginated response with PagedFlux<T>.

Applies to