| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServerAutomaticTuningInner |
ServerAutomaticTuningsClient.get(String resourceGroupName,
String serverName)
Retrieves server automatic tuning options.
|
ServerAutomaticTuningInner |
ServerAutomaticTuningsClient.update(String resourceGroupName,
String serverName,
ServerAutomaticTuningInner parameters)
Update automatic tuning options on server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerAutomaticTuningInner |
ServerAutomaticTuningsClient.update(String resourceGroupName,
String serverName,
ServerAutomaticTuningInner parameters)
Update automatic tuning options on server.
|
Mono<ServerAutomaticTuningInner> |
ServerAutomaticTuningsClient.updateAsync(String resourceGroupName,
String serverName,
ServerAutomaticTuningInner parameters)
Update automatic tuning options on server.
|
com.azure.core.http.rest.Response<ServerAutomaticTuningInner> |
ServerAutomaticTuningsClient.updateWithResponse(String resourceGroupName,
String serverName,
ServerAutomaticTuningInner parameters,
com.azure.core.util.Context context)
Update automatic tuning options on server.
|
Mono<com.azure.core.http.rest.Response<ServerAutomaticTuningInner>> |
ServerAutomaticTuningsClient.updateWithResponseAsync(String resourceGroupName,
String serverName,
ServerAutomaticTuningInner parameters)
Update automatic tuning options on server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerAutomaticTuningInner |
ServerAutomaticTuningInner.withDesiredState(AutomaticTuningServerMode desiredState)
Set the desiredState property: Automatic tuning desired state.
|
ServerAutomaticTuningInner |
ServerAutomaticTuningInner.withOptions(Map<String,AutomaticTuningServerOptions> options)
Set the options property: Automatic tuning options definition.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.