ApmsClient Interface

public interface ApmsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ApmResourceInner>,ApmResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

abstract SyncPoller<PollResult<ApmResourceInner>,ApmResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, Context context)

Create or update an APM.

abstract PollerFlux<PollResult<ApmResourceInner>,ApmResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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

Operation to delete an APM.

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

Operation to delete an APM.

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

Operation to delete an APM.

abstract ApmResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

abstract ApmResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, Context context)

Create or update an APM.

abstract Mono<ApmResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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

Operation to delete an APM.

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

Operation to delete an APM.

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

Operation to delete an APM.

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

Operation to delete an APM.

abstract ApmResourceInner get(String resourceGroupName, String serviceName, String apmName)

Get the APM by name.

abstract Mono<ApmResourceInner> getAsync(String resourceGroupName, String serviceName, String apmName)

Get the APM by name.

abstract Response<ApmResourceInner> getWithResponse(String resourceGroupName, String serviceName, String apmName, Context context)

Get the APM by name.

abstract Mono<Response<ApmResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String apmName)

Get the APM by name.

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

Get collection of APMs.

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

Get collection of APMs.

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

Get collection of APMs.

abstract ApmSecretKeysInner listSecretKeys(String resourceGroupName, String serviceName, String apmName)

List keys of APM sensitive properties.

abstract Mono<ApmSecretKeysInner> listSecretKeysAsync(String resourceGroupName, String serviceName, String apmName)

List keys of APM sensitive properties.

abstract Response<ApmSecretKeysInner> listSecretKeysWithResponse(String resourceGroupName, String serviceName, String apmName, Context context)

List keys of APM sensitive properties.

abstract Mono<Response<ApmSecretKeysInner>> listSecretKeysWithResponseAsync(String resourceGroupName, String serviceName, String apmName)

List keys of APM sensitive properties.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ApmResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.

Returns:

the SyncPoller<T,U> for polling of aPM Resource object.

beginCreateOrUpdate

public abstract SyncPoller,ApmResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, Context context)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of aPM Resource object.

beginCreateOrUpdateAsync

public abstract PollerFlux,ApmResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.

Returns:

the PollerFlux<T,U> for polling of aPM Resource object.

beginDelete

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

Operation to delete an APM.

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.
apmName - The name of the APM.

Returns:

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

beginDelete

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

Operation to delete an APM.

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.
apmName - The name of the APM.
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 apmName)

Operation to delete an APM.

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.
apmName - The name of the APM.

Returns:

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

createOrUpdate

public abstract ApmResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.

Returns:

aPM Resource object.

createOrUpdate

public abstract ApmResourceInner createOrUpdate(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource, Context context)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.
context - The context to associate with this operation.

Returns:

aPM Resource object.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.

Returns:

aPM Resource object on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String apmName, ApmResourceInner apmResource)

Create or update an APM.

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.
apmName - The name of the APM.
apmResource - Parameters for the create or update operation.

Returns:

aPM Resource object along with Response<T> on successful completion of Mono.

delete

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

Operation to delete an APM.

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.
apmName - The name of the APM.

delete

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

Operation to delete an APM.

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.
apmName - The name of the APM.
context - The context to associate with this operation.

deleteAsync

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

Operation to delete an APM.

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.
apmName - The name of the APM.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Operation to delete an APM.

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.
apmName - The name of the APM.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ApmResourceInner get(String resourceGroupName, String serviceName, String apmName)

Get the APM by name.

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.
apmName - The name of the APM.

Returns:

the APM by name.

getAsync

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

Get the APM by name.

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.
apmName - The name of the APM.

Returns:

the APM by name on successful completion of Mono.

getWithResponse

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

Get the APM by name.

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.
apmName - The name of the APM.
context - The context to associate with this operation.

Returns:

the APM by name along with Response<T>.

getWithResponseAsync

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

Get the APM by name.

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.
apmName - The name of the APM.

Returns:

the APM by name along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName)

Get collection of APMs.

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:

collection of APMs as paginated response with PagedIterable<T>.

list

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

Get collection of APMs.

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:

collection of APMs as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName)

Get collection of APMs.

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:

collection of APMs as paginated response with PagedFlux<T>.

listSecretKeys

public abstract ApmSecretKeysInner listSecretKeys(String resourceGroupName, String serviceName, String apmName)

List keys of APM sensitive properties.

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.
apmName - The name of the APM.

Returns:

keys of APM sensitive properties.

listSecretKeysAsync

public abstract Mono listSecretKeysAsync(String resourceGroupName, String serviceName, String apmName)

List keys of APM sensitive properties.

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.
apmName - The name of the APM.

Returns:

keys of APM sensitive properties on successful completion of Mono.

listSecretKeysWithResponse

public abstract Response listSecretKeysWithResponse(String resourceGroupName, String serviceName, String apmName, Context context)

List keys of APM sensitive properties.

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.
apmName - The name of the APM.
context - The context to associate with this operation.

Returns:

keys of APM sensitive properties along with Response<T>.

listSecretKeysWithResponseAsync

public abstract Mono> listSecretKeysWithResponseAsync(String resourceGroupName, String serviceName, String apmName)

List keys of APM sensitive properties.

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.
apmName - The name of the APM.

Returns:

keys of APM sensitive properties along with Response<T> on successful completion of Mono.

Applies to