public interface ManagedDatabaseSensitivityLabelsClient
| Modifier and Type | Method and Description |
|---|---|
SensitivityLabelInner |
createOrUpdate(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelInner parameters)
Creates or updates the sensitivity label of a given column.
|
Mono<SensitivityLabelInner> |
createOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelInner parameters)
Creates or updates the sensitivity label of a given column.
|
com.azure.core.http.rest.Response<SensitivityLabelInner> |
createOrUpdateWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelInner parameters,
com.azure.core.util.Context context)
Creates or updates the sensitivity label of a given column.
|
Mono<com.azure.core.http.rest.Response<SensitivityLabelInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelInner parameters)
Creates or updates the sensitivity label of a given column.
|
void |
delete(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Deletes the sensitivity label of a given column.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Deletes the sensitivity label of a given column.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
com.azure.core.util.Context context)
Deletes the sensitivity label of a given column.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Deletes the sensitivity label of a given column.
|
void |
disableRecommendation(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Disables sensitivity recommendations on a given column.
|
Mono<Void> |
disableRecommendationAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Disables sensitivity recommendations on a given column.
|
com.azure.core.http.rest.Response<Void> |
disableRecommendationWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
com.azure.core.util.Context context)
Disables sensitivity recommendations on a given column.
|
Mono<com.azure.core.http.rest.Response<Void>> |
disableRecommendationWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Disables sensitivity recommendations on a given column.
|
void |
enableRecommendation(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns).
|
Mono<Void> |
enableRecommendationAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns).
|
com.azure.core.http.rest.Response<Void> |
enableRecommendationWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
com.azure.core.util.Context context)
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns).
|
Mono<com.azure.core.http.rest.Response<Void>> |
enableRecommendationWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName)
Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns).
|
SensitivityLabelInner |
get(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelSource sensitivityLabelSource)
Gets the sensitivity label of a given column.
|
Mono<SensitivityLabelInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelSource sensitivityLabelSource)
Gets the sensitivity label of a given column.
|
com.azure.core.http.rest.Response<SensitivityLabelInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelSource sensitivityLabelSource,
com.azure.core.util.Context context)
Gets the sensitivity label of a given column.
|
Mono<com.azure.core.http.rest.Response<SensitivityLabelInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String schemaName,
String tableName,
String columnName,
SensitivityLabelSource sensitivityLabelSource)
Gets the sensitivity label of a given column.
|
com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> |
listCurrentByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> |
listCurrentByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName,
String filter,
com.azure.core.util.Context context)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> |
listCurrentByDatabaseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> |
listCurrentByDatabaseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
String filter)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> |
listRecommendedByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> |
listRecommendedByDatabase(String resourceGroupName,
String managedInstanceName,
String databaseName,
Boolean includeDisabledRecommendations,
String skipToken,
String filter,
com.azure.core.util.Context context)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> |
listRecommendedByDatabaseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName)
Gets the sensitivity labels of a given database.
|
com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> |
listRecommendedByDatabaseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
Boolean includeDisabledRecommendations,
String skipToken,
String filter)
Gets the sensitivity labels of a given database.
|
Mono<com.azure.core.http.rest.Response<SensitivityLabelInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.sensitivityLabelSource - The source of the sensitivity label.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.Mono<SensitivityLabelInner> getAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.sensitivityLabelSource - The source of the sensitivity label.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.SensitivityLabelInner get(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.sensitivityLabelSource - The source of the sensitivity label.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.com.azure.core.http.rest.Response<SensitivityLabelInner> getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource, com.azure.core.util.Context context)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.sensitivityLabelSource - The source of the sensitivity label.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<SensitivityLabelInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelInner 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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.parameters - A sensitivity label.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.Mono<SensitivityLabelInner> createOrUpdateAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelInner 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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.parameters - A sensitivity label.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.SensitivityLabelInner createOrUpdate(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelInner 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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.parameters - A sensitivity label.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.com.azure.core.http.rest.Response<SensitivityLabelInner> createOrUpdateWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelInner parameters, com.azure.core.util.Context context)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.parameters - A sensitivity label.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.Mono<Void> deleteAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.void delete(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, com.azure.core.util.Context context)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Void>> disableRecommendationWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.Mono<Void> disableRecommendationAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.void disableRecommendation(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.com.azure.core.http.rest.Response<Void> disableRecommendationWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, com.azure.core.util.Context context)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Void>> enableRecommendationWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.Mono<Void> enableRecommendationAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.void enableRecommendation(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.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.com.azure.core.http.rest.Response<Void> enableRecommendationWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, com.azure.core.util.Context context)
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.schemaName - The name of the schema.tableName - The name of the table.columnName - The name of the column.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> listCurrentByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String filter)
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.filter - An OData filter expression that filters elements in the collection.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.com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> listCurrentByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName)
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.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.com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> listCurrentByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, String filter, com.azure.core.util.Context context)
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.filter - An OData filter expression that filters elements in the collection.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> listCurrentByDatabase(String resourceGroupName, String managedInstanceName, String databaseName)
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.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.com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> listRecommendedByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName, Boolean includeDisabledRecommendations, String skipToken, String filter)
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.includeDisabledRecommendations - Specifies whether to include disabled recommendations or not.skipToken - The skipToken parameter.filter - An OData filter expression that filters elements in the collection.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.com.azure.core.http.rest.PagedFlux<SensitivityLabelInner> listRecommendedByDatabaseAsync(String resourceGroupName, String managedInstanceName, String databaseName)
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.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.com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> listRecommendedByDatabase(String resourceGroupName, String managedInstanceName, String databaseName, Boolean includeDisabledRecommendations, String skipToken, String filter, com.azure.core.util.Context context)
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.includeDisabledRecommendations - Specifies whether to include disabled recommendations or not.skipToken - The skipToken parameter.filter - An OData filter expression that filters elements in the collection.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedIterable<SensitivityLabelInner> listRecommendedByDatabase(String resourceGroupName, String managedInstanceName, String databaseName)
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.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.Copyright © 2020 Microsoft Corporation. All rights reserved.