GatewayCustomDomainsClient Interface
public interface GatewayCustomDomainsClient
An instance of this class provides access to all the operations defined in GatewayCustomDomainsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the Spring Cloud Gateway custom domain.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the Spring Cloud Gateway custom domain.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the Spring Cloud Gateway custom domain.
Parameters:
Returns:
createOrUpdate
public abstract GatewayCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
createOrUpdate
public abstract GatewayCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, Context context)
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update the Spring Cloud Gateway custom domain.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String domainName)
Delete the Spring Cloud Gateway custom domain.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String gatewayName, String domainName, Context context)
Delete the Spring Cloud Gateway custom domain.
Parameters:
deleteAsync
public abstract Mono
Delete the Spring Cloud Gateway custom domain.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the Spring Cloud Gateway custom domain.
Parameters:
Returns:
get
public abstract GatewayCustomDomainResourceInner get(String resourceGroupName, String serviceName, String gatewayName, String domainName)
Get the Spring Cloud Gateway custom domain.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Spring Cloud Gateway custom domain.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Spring Cloud Gateway custom domain.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Spring Cloud Gateway custom domain.
Parameters:
Returns:
list
public abstract PagedIterable
Handle requests to list all Spring Cloud Gateway custom domains.
Parameters:
Returns:
list
public abstract PagedIterable
Handle requests to list all Spring Cloud Gateway custom domains.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Handle requests to list all Spring Cloud Gateway custom domains.
Parameters:
Returns:
Applies to
Azure SDK for Java