GatewaysClient Interface
public interface GatewaysClient
An instance of this class provides access to all the operations defined in GatewaysClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Spring Cloud Gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Disable the default Spring Cloud Gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Disable the default Spring Cloud Gateway.
Parameters:
Returns:
beginRestart
public abstract SyncPoller
Restart the Spring Cloud Gateway.
Parameters:
Returns:
beginRestart
public abstract SyncPoller
Restart the Spring Cloud Gateway.
Parameters:
Returns:
beginRestartAsync
public abstract PollerFlux
Restart the Spring Cloud Gateway.
Parameters:
Returns:
createOrUpdate
public abstract GatewayResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, GatewayResourceInner gatewayResource)
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
createOrUpdate
public abstract GatewayResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, GatewayResourceInner gatewayResource, Context context)
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create the default Spring Cloud Gateway or update the existing Spring Cloud Gateway.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String gatewayName)
Disable the default Spring Cloud Gateway.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, Context context)
Disable the default Spring Cloud Gateway.
Parameters:
deleteAsync
public abstract Mono
Disable the default Spring Cloud Gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Disable the default Spring Cloud Gateway.
Parameters:
Returns:
get
public abstract GatewayResourceInner get(String resourceGroupName, String serviceName, String gatewayName)
Get the Spring Cloud Gateway and its properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Spring Cloud Gateway and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Spring Cloud Gateway and its properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Spring Cloud Gateway and its properties.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
list
public abstract PagedIterable
Handles requests to list all resources in a Service.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handles requests to list all resources in a Service.
Parameters:
Returns:
listEnvSecrets
public abstract Map
List sensitive environment variables of Spring Cloud Gateway.
Parameters:
Returns:
listEnvSecretsAsync
public abstract Mono
List sensitive environment variables of Spring Cloud Gateway.
Parameters:
Returns:
listEnvSecretsWithResponse
public abstract Response
List sensitive environment variables of Spring Cloud Gateway.
Parameters:
Returns:
listEnvSecretsWithResponseAsync
public abstract Mono
List sensitive environment variables of Spring Cloud Gateway.
Parameters:
Returns:
restart
public abstract void restart(String resourceGroupName, String serviceName, String gatewayName)
Restart the Spring Cloud Gateway.
Parameters:
restart
public abstract void restart(String resourceGroupName, String serviceName, String gatewayName, Context context)
Restart the Spring Cloud Gateway.
Parameters:
restartAsync
public abstract Mono
Restart the Spring Cloud Gateway.
Parameters:
Returns:
restartWithResponseAsync
public abstract Mono
Restart the Spring Cloud Gateway.
Parameters:
Returns:
validateDomain
public abstract CustomDomainValidateResult validateDomain(String resourceGroupName, String serviceName, String gatewayName, CustomDomainValidatePayload validatePayload)
Check the domains are valid as well as not in use.
Parameters:
Returns:
validateDomainAsync
public abstract Mono
Check the domains are valid as well as not in use.
Parameters:
Returns:
validateDomainWithResponse
public abstract Response
Check the domains are valid as well as not in use.
Parameters:
Returns:
validateDomainWithResponseAsync
public abstract Mono
Check the domains are valid as well as not in use.
Parameters:
Returns:
Applies to
Azure SDK for Java