ApiPortalCustomDomainsClient Interface

public interface ApiPortalCustomDomainsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ApiPortalCustomDomainResourceInner>,ApiPortalCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal custom domain.

abstract SyncPoller<PollResult<ApiPortalCustomDomainResourceInner>,ApiPortalCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource, Context context)

Create or update the API portal custom domain.

abstract PollerFlux<PollResult<ApiPortalCustomDomainResourceInner>,ApiPortalCustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal custom domain.

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

Delete the API portal custom domain.

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

Delete the API portal custom domain.

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

Delete the API portal custom domain.

abstract ApiPortalCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal custom domain.

abstract ApiPortalCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource, Context context)

Create or update the API portal custom domain.

abstract Mono<ApiPortalCustomDomainResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal custom domain.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal custom domain.

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

Delete the API portal custom domain.

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

Delete the API portal custom domain.

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

Delete the API portal custom domain.

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

Delete the API portal custom domain.

abstract ApiPortalCustomDomainResourceInner get(String resourceGroupName, String serviceName, String apiPortalName, String domainName)

Get the API portal custom domain.

abstract Mono<ApiPortalCustomDomainResourceInner> getAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName)

Get the API portal custom domain.

abstract Response<ApiPortalCustomDomainResourceInner> getWithResponse(String resourceGroupName, String serviceName, String apiPortalName, String domainName, Context context)

Get the API portal custom domain.

abstract Mono<Response<ApiPortalCustomDomainResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName)

Get the API portal custom domain.

abstract PagedIterable<ApiPortalCustomDomainResourceInner> list(String resourceGroupName, String serviceName, String apiPortalName)

Handle requests to list all API portal custom domains.

abstract PagedIterable<ApiPortalCustomDomainResourceInner> list(String resourceGroupName, String serviceName, String apiPortalName, Context context)

Handle requests to list all API portal custom domains.

abstract PagedFlux<ApiPortalCustomDomainResourceInner> listAsync(String resourceGroupName, String serviceName, String apiPortalName)

Handle requests to list all API portal custom domains.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ApiPortalCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain for the create or update operation.

Returns:

the SyncPoller<T,U> for polling of custom domain of the API portal.

beginCreateOrUpdate

public abstract SyncPoller,ApiPortalCustomDomainResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource, Context context)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain 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 API portal.

beginCreateOrUpdateAsync

public abstract PollerFlux,ApiPortalCustomDomainResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain for the create or update operation.

Returns:

the PollerFlux<T,U> for polling of custom domain of the API portal.

beginDelete

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

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

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

beginDelete

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

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal 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 apiPortalName, String domainName)

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

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

createOrUpdate

public abstract ApiPortalCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain for the create or update operation.

Returns:

custom domain of the API portal.

createOrUpdate

public abstract ApiPortalCustomDomainResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource, Context context)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain for the create or update operation.
context - The context to associate with this operation.

Returns:

custom domain of the API portal.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain for the create or update operation.

Returns:

custom domain of the API portal on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String apiPortalName, String domainName, ApiPortalCustomDomainResourceInner apiPortalCustomDomainResource)

Create or update the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
apiPortalCustomDomainResource - The API portal custom domain for the create or update operation.

Returns:

custom domain of the API portal along with Response<T> on successful completion of Mono.

delete

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

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

delete

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

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
context - The context to associate with this operation.

deleteAsync

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

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Delete the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ApiPortalCustomDomainResourceInner get(String resourceGroupName, String serviceName, String apiPortalName, String domainName)

Get the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

the API portal custom domain.

getAsync

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

Get the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

the API portal custom domain on successful completion of Mono.

getWithResponse

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

Get the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.
context - The context to associate with this operation.

Returns:

the API portal custom domain along with Response<T>.

getWithResponseAsync

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

Get the API portal 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.
apiPortalName - The name of API portal.
domainName - The name of the API portal custom domain.

Returns:

the API portal custom domain along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, String apiPortalName)

Handle requests to list all API portal 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.
apiPortalName - The name of API portal.

Returns:

object that includes an array of API portal 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 apiPortalName, Context context)

Handle requests to list all API portal 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.
apiPortalName - The name of API portal.
context - The context to associate with this operation.

Returns:

object that includes an array of API portal 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 apiPortalName)

Handle requests to list all API portal 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.
apiPortalName - The name of API portal.

Returns:

object that includes an array of API portal custom domain resources and a possible link for next set as paginated response with PagedFlux<T>.

Applies to