ManagedDatabaseRecommendedSensitivityLabelsClient Interface

public interface ManagedDatabaseRecommendedSensitivityLabelsClient

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

Method Summary

Modifier and Type Method and Description
abstract void update(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters)

Update recommended sensitivity labels states of a given database using an operations batch.

abstract Mono<Void> updateAsync(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters)

Update recommended sensitivity labels states of a given database using an operations batch.

abstract Response<Void> updateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters, Context context)

Update recommended sensitivity labels states of a given database using an operations batch.

abstract Mono<Response<Void>> updateWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters)

Update recommended sensitivity labels states of a given database using an operations batch.

Method Details

update

public abstract void update(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters)

Update recommended sensitivity labels states of a given database using an operations batch.

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.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
parameters - The parameters parameter.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters)

Update recommended sensitivity labels states of a given database using an operations batch.

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.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
parameters - The parameters parameter.

Returns:

A Mono that completes when a successful response is received.

updateWithResponse

public abstract Response updateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters, Context context)

Update recommended sensitivity labels states of a given database using an operations batch.

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.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

updateWithResponseAsync

public abstract Mono> updateWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters)

Update recommended sensitivity labels states of a given database using an operations batch.

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.
managedInstanceName - The name of the managed instance.
databaseName - The name of the database.
parameters - The parameters parameter.

Returns:

the Response<T> on successful completion of Mono.

Applies to