ApplicationAcceleratorsClient Interface

public interface ApplicationAcceleratorsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ApplicationAcceleratorResourceInner>,ApplicationAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

abstract SyncPoller<PollResult<ApplicationAcceleratorResourceInner>,ApplicationAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource, Context context)

Create or update the application accelerator.

abstract PollerFlux<PollResult<ApplicationAcceleratorResourceInner>,ApplicationAcceleratorResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

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

Delete the application accelerator.

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

Delete the application accelerator.

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

Delete the application accelerator.

abstract ApplicationAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

abstract ApplicationAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource, Context context)

Create or update the application accelerator.

abstract Mono<ApplicationAcceleratorResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

abstract void delete(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Delete the application accelerator.

abstract void delete(String resourceGroupName, String serviceName, String applicationAcceleratorName, Context context)

Delete the application accelerator.

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

Delete the application accelerator.

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

Delete the application accelerator.

abstract ApplicationAcceleratorResourceInner get(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Get the application accelerator.

abstract Mono<ApplicationAcceleratorResourceInner> getAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Get the application accelerator.

abstract Response<ApplicationAcceleratorResourceInner> getWithResponse(String resourceGroupName, String serviceName, String applicationAcceleratorName, Context context)

Get the application accelerator.

abstract Mono<Response<ApplicationAcceleratorResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Get the application accelerator.

abstract PagedIterable<ApplicationAcceleratorResourceInner> list(String resourceGroupName, String serviceName)

Handle requests to list all application accelerator.

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

Handle requests to list all application accelerator.

abstract PagedFlux<ApplicationAcceleratorResourceInner> listAsync(String resourceGroupName, String serviceName)

Handle requests to list all application accelerator.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ApplicationAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.

Returns:

the SyncPoller<T,U> for polling of application accelerator resource.

beginCreateOrUpdate

public abstract SyncPoller,ApplicationAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource, Context context)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of application accelerator resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,ApplicationAcceleratorResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.

Returns:

the PollerFlux<T,U> for polling of application accelerator resource.

beginDelete

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

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

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

beginDelete

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

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
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 applicationAcceleratorName)

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

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

createOrUpdate

public abstract ApplicationAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.

Returns:

application accelerator resource.

createOrUpdate

public abstract ApplicationAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource, Context context)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.
context - The context to associate with this operation.

Returns:

application accelerator resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.

Returns:

application accelerator resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, ApplicationAcceleratorResourceInner applicationAcceleratorResource)

Create or update the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
applicationAcceleratorResource - The application accelerator for the create or update operation.

Returns:

application accelerator resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

delete

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

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Delete the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ApplicationAcceleratorResourceInner get(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Get the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

the application accelerator.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Get the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

the application accelerator on successful completion of Mono.

getWithResponse

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

Get the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.
context - The context to associate with this operation.

Returns:

the application accelerator along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Get the application accelerator.

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.
applicationAcceleratorName - The name of the application accelerator.

Returns:

the application accelerator along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName)

Handle requests to list all application accelerator.

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.

Returns:

object that includes an array of application accelerator resources and a possible link for next set as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, Context context)

Handle requests to list all application accelerator.

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.
context - The context to associate with this operation.

Returns:

object that includes an array of application accelerator resources and a possible link for next set as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName)

Handle requests to list all application accelerator.

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.

Returns:

object that includes an array of application accelerator resources and a possible link for next set as paginated response with PagedFlux<T>.

Applies to