public interface DatabaseAutomaticTuningsClient
| Modifier and Type | Method and Description |
|---|---|
DatabaseAutomaticTuningInner |
get(String resourceGroupName,
String serverName,
String databaseName)
Gets a database's automatic tuning.
|
Mono<DatabaseAutomaticTuningInner> |
getAsync(String resourceGroupName,
String serverName,
String databaseName)
Gets a database's automatic tuning.
|
com.azure.core.http.rest.Response<DatabaseAutomaticTuningInner> |
getWithResponse(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Gets a database's automatic tuning.
|
Mono<com.azure.core.http.rest.Response<DatabaseAutomaticTuningInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName)
Gets a database's automatic tuning.
|
DatabaseAutomaticTuningInner |
update(String resourceGroupName,
String serverName,
String databaseName,
DatabaseAutomaticTuningInner parameters)
Update automatic tuning properties for target database.
|
Mono<DatabaseAutomaticTuningInner> |
updateAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseAutomaticTuningInner parameters)
Update automatic tuning properties for target database.
|
com.azure.core.http.rest.Response<DatabaseAutomaticTuningInner> |
updateWithResponse(String resourceGroupName,
String serverName,
String databaseName,
DatabaseAutomaticTuningInner parameters,
com.azure.core.util.Context context)
Update automatic tuning properties for target database.
|
Mono<com.azure.core.http.rest.Response<DatabaseAutomaticTuningInner>> |
updateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseAutomaticTuningInner parameters)
Update automatic tuning properties for target database.
|
Mono<com.azure.core.http.rest.Response<DatabaseAutomaticTuningInner>> getWithResponseAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server.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.Mono<DatabaseAutomaticTuningInner> getAsync(String resourceGroupName, String serverName, 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.serverName - The name of the server.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.DatabaseAutomaticTuningInner get(String resourceGroupName, String serverName, 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.serverName - The name of the server.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.Response<DatabaseAutomaticTuningInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, 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.serverName - The name of the server.databaseName - The name of the database.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<DatabaseAutomaticTuningInner>> updateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, DatabaseAutomaticTuningInner 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.serverName - The name of the server.databaseName - The name of the database.parameters - Database-level Automatic Tuning.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<DatabaseAutomaticTuningInner> updateAsync(String resourceGroupName, String serverName, String databaseName, DatabaseAutomaticTuningInner 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.serverName - The name of the server.databaseName - The name of the database.parameters - Database-level Automatic Tuning.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.DatabaseAutomaticTuningInner update(String resourceGroupName, String serverName, String databaseName, DatabaseAutomaticTuningInner 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.serverName - The name of the server.databaseName - The name of the database.parameters - Database-level Automatic Tuning.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<DatabaseAutomaticTuningInner> updateWithResponse(String resourceGroupName, String serverName, String databaseName, DatabaseAutomaticTuningInner 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.serverName - The name of the server.databaseName - The name of the database.parameters - Database-level Automatic Tuning.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.Copyright © 2020 Microsoft Corporation. All rights reserved.