CustomizedAcceleratorsClient Interface

public interface CustomizedAcceleratorsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<CustomizedAcceleratorResourceInner>,CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized accelerator.

abstract SyncPoller<PollResult<CustomizedAcceleratorResourceInner>,CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, Context context)

Create or update the customized accelerator.

abstract PollerFlux<PollResult<CustomizedAcceleratorResourceInner>,CustomizedAcceleratorResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized accelerator.

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

Delete the customized accelerator.

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

Delete the customized accelerator.

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

Delete the customized accelerator.

abstract SyncPoller<PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

abstract SyncPoller<PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, Context context)

Check the customized accelerator are valid.

abstract PollerFlux<PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

abstract CustomizedAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized accelerator.

abstract CustomizedAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, Context context)

Create or update the customized accelerator.

abstract Mono<CustomizedAcceleratorResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized accelerator.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized accelerator.

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

Delete the customized accelerator.

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

Delete the customized accelerator.

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

Delete the customized accelerator.

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

Delete the customized accelerator.

abstract CustomizedAcceleratorResourceInner get(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName)

Get the customized accelerator.

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

Get the customized accelerator.

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

Get the customized accelerator.

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

Get the customized accelerator.

abstract PagedIterable<CustomizedAcceleratorResourceInner> list(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Handle requests to list all customized accelerators.

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

Handle requests to list all customized accelerators.

abstract PagedFlux<CustomizedAcceleratorResourceInner> listAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Handle requests to list all customized accelerators.

abstract CustomizedAcceleratorValidateResultInner validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

abstract CustomizedAcceleratorValidateResultInner validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, Context context)

Check the customized accelerator are valid.

abstract Mono<CustomizedAcceleratorValidateResultInner> validateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

abstract Mono<Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller,CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, Context context)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.
context - The context to associate with this operation.

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux,CustomizedAcceleratorResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.

Returns:

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

beginDelete

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

Delete the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

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

beginDelete

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

Delete the customized 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.
customizedAcceleratorName - The name of the customized 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, String customizedAcceleratorName)

Delete the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

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

beginValidate

public abstract SyncPoller,CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.

Returns:

the SyncPoller<T,U> for polling of validation result for customized accelerator properties.

beginValidate

public abstract SyncPoller,CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, Context context)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of validation result for customized accelerator properties.

beginValidateAsync

public abstract PollerFlux,CustomizedAcceleratorValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.

Returns:

the PollerFlux<T,U> for polling of validation result for customized accelerator properties.

createOrUpdate

public abstract CustomizedAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.

Returns:

customized accelerator resource.

createOrUpdate

public abstract CustomizedAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, Context context)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.
context - The context to associate with this operation.

Returns:

customized accelerator resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.

Returns:

customized accelerator resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource)

Create or update the customized 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.
customizedAcceleratorName - The name of the customized accelerator.
customizedAcceleratorResource - The customized accelerator for the create or update operation.

Returns:

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

delete

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

Delete the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

delete

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

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

deleteAsync

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

Delete the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Delete the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract CustomizedAcceleratorResourceInner get(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName)

Get the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

the customized accelerator.

getAsync

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

Get the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

the customized accelerator on successful completion of Mono.

getWithResponse

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

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

Returns:

the customized accelerator along with Response<T>.

getWithResponseAsync

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

Get the customized 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.
customizedAcceleratorName - The name of the customized accelerator.

Returns:

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

list

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

Handle requests to list all customized accelerators.

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 paginated response with PagedIterable<T>.

list

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

Handle requests to list all customized accelerators.

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 paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName)

Handle requests to list all customized accelerators.

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 paginated response with PagedFlux<T>.

validate

public abstract CustomizedAcceleratorValidateResultInner validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.

Returns:

validation result for customized accelerator properties.

validate

public abstract CustomizedAcceleratorValidateResultInner validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, Context context)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.
context - The context to associate with this operation.

Returns:

validation result for customized accelerator properties.

validateAsync

public abstract Mono validateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.

Returns:

validation result for customized accelerator properties on successful completion of Mono.

validateWithResponseAsync

public abstract Mono>> validateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties)

Check the customized accelerator are valid.

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.
customizedAcceleratorName - The name of the customized accelerator.
properties - Customized accelerator properties to be validated.

Returns:

validation result for customized accelerator properties along with Response<T> on successful completion of Mono.

Applies to