GatewayRouteConfigsClient Interface
public interface GatewayRouteConfigsClient
An instance of this class provides access to all the operations defined in GatewayRouteConfigsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the Spring Cloud Gateway route config.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the Spring Cloud Gateway route config.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the Spring Cloud Gateway route config.
Parameters:
Returns:
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:
Returns:
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:
Returns:
createOrUpdateAsync
public abstract Mono
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)
Delete the Spring Cloud Gateway route config.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName, Context context)
Delete the Spring Cloud Gateway route config.
Parameters:
deleteAsync
public abstract Mono
Delete the Spring Cloud Gateway route config.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the Spring Cloud Gateway route config.
Parameters:
Returns:
get
public abstract GatewayRouteConfigResourceInner get(String resourceGroupName, String serviceName, String gatewayName, String routeConfigName)
Get the Spring Cloud Gateway route configs.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Spring Cloud Gateway route configs.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Spring Cloud Gateway route configs.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Spring Cloud Gateway route configs.
Parameters:
Returns:
list
public abstract PagedIterable
Handle requests to list all Spring Cloud Gateway route configs.
Parameters:
Returns:
list
public abstract PagedIterable
Handle requests to list all Spring Cloud Gateway route configs.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handle requests to list all Spring Cloud Gateway route configs.
Parameters:
Returns:
Applies to
Azure SDK for Java