Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerAutomaticTuningInner
-
Packages that use ServerAutomaticTuningInner 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. -
-
Uses of ServerAutomaticTuningInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ServerAutomaticTuningInner Modifier and Type Method Description ServerAutomaticTuningInnerServerAutomaticTuningsClient. get(String resourceGroupName, String serverName)Retrieves server automatic tuning options.ServerAutomaticTuningInnerServerAutomaticTuningsClient. update(String resourceGroupName, String serverName, ServerAutomaticTuningInner parameters)Update automatic tuning options on server.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ServerAutomaticTuningInner Modifier and Type Method Description Mono<ServerAutomaticTuningInner>ServerAutomaticTuningsClient. getAsync(String resourceGroupName, String serverName)Retrieves server automatic tuning options.com.azure.core.http.rest.Response<ServerAutomaticTuningInner>ServerAutomaticTuningsClient. getWithResponse(String resourceGroupName, String serverName, com.azure.core.util.Context context)Retrieves server automatic tuning options.Mono<com.azure.core.http.rest.Response<ServerAutomaticTuningInner>>ServerAutomaticTuningsClient. getWithResponseAsync(String resourceGroupName, String serverName)Retrieves server automatic tuning options.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.Methods in com.azure.resourcemanager.sql.fluent with parameters of type ServerAutomaticTuningInner Modifier and Type Method Description ServerAutomaticTuningInnerServerAutomaticTuningsClient. 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. -
Uses of ServerAutomaticTuningInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerAutomaticTuningInner Modifier and Type Method Description ServerAutomaticTuningInnerServerAutomaticTuningInner. withDesiredState(AutomaticTuningServerMode desiredState)Set the desiredState property: Automatic tuning desired state.ServerAutomaticTuningInnerServerAutomaticTuningInner. withOptions(Map<String,AutomaticTuningServerOptions> options)Set the options property: Automatic tuning options definition.
-