Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerAutomaticTuningInner
Packages that use ServerAutomaticTuningInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerAutomaticTuningInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ServerAutomaticTuningInnerModifier and TypeMethodDescriptionRetrieves server automatic tuning options.ServerAutomaticTuningsClient.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 ServerAutomaticTuningInnerModifier and TypeMethodDescriptionRetrieves 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.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 ServerAutomaticTuningInnerModifier and TypeMethodDescriptionServerAutomaticTuningsClient.update(String resourceGroupName, String serverName, ServerAutomaticTuningInner parameters) Update automatic tuning options on server.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 ServerAutomaticTuningInnerModifier and TypeMethodDescriptionstatic ServerAutomaticTuningInnerServerAutomaticTuningInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerAutomaticTuningInner from the JsonReader.ServerAutomaticTuningInner.withDesiredState(AutomaticTuningServerMode desiredState) Set the desiredState property: Automatic tuning desired state.ServerAutomaticTuningInner.withOptions(Map<String, AutomaticTuningServerOptions> options) Set the options property: Automatic tuning options definition. -
Uses of ServerAutomaticTuningInner in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type ServerAutomaticTuningInner in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server automatic tuning object.