通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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<Void> 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<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.

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<Response<Void>> 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