Interface ManagedDatabaseRecommendedSensitivityLabelsClient
public interface ManagedDatabaseRecommendedSensitivityLabelsClient
An instance of this class provides access to all the operations defined in
ManagedDatabaseRecommendedSensitivityLabelsClient.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters) Update recommended sensitivity labels states of a given database using an operations batch.updateAsync(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters) Update recommended sensitivity labels states of a given database using an operations batch.com.azure.core.http.rest.Response<Void> updateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters, com.azure.core.util.Context context) Update recommended sensitivity labels states of a given database using an operations batch.updateWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters) Update recommended sensitivity labels states of a given database using an operations batch.
-
Method Details
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateAsync
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
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponse
com.azure.core.http.rest.Response<Void> updateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, RecommendedSensitivityLabelUpdateList parameters, com.azure.core.util.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:
- the
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
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.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-