GatewayCustomDomainsClient Interface

public interface GatewayCustomDomainsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

abstract SyncPoller<PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, Context context)

Create or update the Spring Cloud Gateway custom domain.

abstract PollerFlux<PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

abstract GatewayCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

abstract GatewayCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, Context context)

Create or update the Spring Cloud Gateway custom domain.

abstract Mono<GatewayCustomDomainResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

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

Delete the Spring Cloud Gateway custom domain.

abstract GatewayCustomDomainResourceInner get(String resourceGroupName, String serviceName, String gatewayName, String domainName)

Get the Spring Cloud Gateway custom domain.

abstract Mono<GatewayCustomDomainResourceInner> getAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName)

Get the Spring Cloud Gateway custom domain.

abstract Response<GatewayCustomDomainResourceInner> getWithResponse(String resourceGroupName, String serviceName, String gatewayName, String domainName, Context context)

Get the Spring Cloud Gateway custom domain.

abstract Mono<Response<GatewayCustomDomainResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName)

Get the Spring Cloud Gateway custom domain.

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

Handle requests to list all Spring Cloud Gateway custom domains.

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

Handle requests to list all Spring Cloud Gateway custom domains.

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

Handle requests to list all Spring Cloud Gateway custom domains.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.

Returns:

the SyncPoller<T,U> for polling of custom domain of the Spring Cloud Gateway.

beginCreateOrUpdate

public abstract SyncPoller,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, Context context)

Create or update the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of custom domain of the Spring Cloud Gateway.

beginCreateOrUpdateAsync

public abstract PollerFlux,GatewayCustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.

Returns:

the PollerFlux<T,U> for polling of custom domain of the Spring Cloud Gateway.

beginDelete

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

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

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

beginDelete

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

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
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 domainName)

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

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

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:

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.

Returns:

custom domain of the Spring Cloud Gateway.

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:

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.
context - The context to associate with this operation.

Returns:

custom domain of the Spring Cloud Gateway.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.

Returns:

custom domain of the Spring Cloud Gateway on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource)

Create or update the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
gatewayCustomDomainResource - The gateway custom domain resource for the create or update operation.

Returns:

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

delete

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

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

delete

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

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
context - The context to associate with this operation.

deleteAsync

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

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Delete the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GatewayCustomDomainResourceInner get(String resourceGroupName, String serviceName, String gatewayName, String domainName)

Get the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

the Spring Cloud Gateway custom domain.

getAsync

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

Get the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

the Spring Cloud Gateway custom domain on successful completion of Mono.

getWithResponse

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

Get the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.
context - The context to associate with this operation.

Returns:

the Spring Cloud Gateway custom domain along with Response<T>.

getWithResponseAsync

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

Get the Spring Cloud Gateway custom domain.

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.
domainName - The name of the Spring Cloud Gateway custom domain.

Returns:

the Spring Cloud Gateway custom domain 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 custom domains.

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 custom domain 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 custom domains.

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 custom domain 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 custom domains.

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 custom domain resources and a possible link for next set as paginated response with PagedFlux<T>.

Applies to