Interface GatewayCustomDomainsClient
public interface GatewayCustomDomainsClient
An instance of this class provides access to all the operations defined in GatewayCustomDomainsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource) Create or update the Spring Cloud Gateway custom domain.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, com.azure.core.util.Context context) Create or update the Spring Cloud Gateway custom domain.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource) Create or update the Spring Cloud Gateway custom domain.beginDelete(String resourceGroupName, String serviceName, String gatewayName, String domainName) Delete the Spring Cloud Gateway custom domain.beginDelete(String resourceGroupName, String serviceName, String gatewayName, String domainName, com.azure.core.util.Context context) Delete the Spring Cloud Gateway custom domain.beginDeleteAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName) Delete the Spring Cloud Gateway custom domain.createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource) Create or update the Spring Cloud Gateway custom domain.createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, com.azure.core.util.Context context) Create or update the Spring Cloud Gateway custom domain.createOrUpdateAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource) Create or update the Spring Cloud Gateway custom domain.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource) Create or update the Spring Cloud Gateway custom domain.voidDelete the Spring Cloud Gateway custom domain.voiddelete(String resourceGroupName, String serviceName, String gatewayName, String domainName, com.azure.core.util.Context context) Delete the Spring Cloud Gateway custom domain.deleteAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName) Delete the Spring Cloud Gateway custom domain.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName) Delete the Spring Cloud Gateway custom domain.Get the Spring Cloud Gateway custom domain.Get the Spring Cloud Gateway custom domain.com.azure.core.http.rest.Response<GatewayCustomDomainResourceInner>getWithResponse(String resourceGroupName, String serviceName, String gatewayName, String domainName, com.azure.core.util.Context context) Get the Spring Cloud Gateway custom domain.Mono<com.azure.core.http.rest.Response<GatewayCustomDomainResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, String domainName) Get the Spring Cloud Gateway custom domain.com.azure.core.http.rest.PagedIterable<GatewayCustomDomainResourceInner>Handle requests to list all Spring Cloud Gateway custom domains.com.azure.core.http.rest.PagedIterable<GatewayCustomDomainResourceInner>list(String resourceGroupName, String serviceName, String gatewayName, com.azure.core.util.Context context) Handle requests to list all Spring Cloud Gateway custom domains.com.azure.core.http.rest.PagedFlux<GatewayCustomDomainResourceInner>Handle requests to list all Spring Cloud Gateway custom domains.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<GatewayCustomDomainResourceInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<GatewayCustomDomainResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<GatewayCustomDomainResourceInner> getWithResponse(String resourceGroupName, String serviceName, String gatewayName, String domainName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayCustomDomainResourceInner>,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
PollerFluxfor polling of custom domain of the Spring Cloud Gateway. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayCustomDomainResourceInner>,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
SyncPollerfor polling of custom domain of the Spring Cloud Gateway. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayCustomDomainResourceInner>,GatewayCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, com.azure.core.util.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
SyncPollerfor polling of custom domain of the Spring Cloud Gateway. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<GatewayCustomDomainResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
GatewayCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String gatewayName, String domainName, GatewayCustomDomainResourceInner gatewayCustomDomainResource, com.azure.core.util.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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,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
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,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
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String gatewayName, String domainName, com.azure.core.util.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
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Mono<Void> 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
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String gatewayName, String domainName, com.azure.core.util.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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<GatewayCustomDomainResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<GatewayCustomDomainResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<GatewayCustomDomainResourceInner> list(String resourceGroupName, String serviceName, String gatewayName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-