ServerAutomaticTuningsClient Interface
public interface ServerAutomaticTuningsClient
An instance of this class provides access to all the operations defined in ServerAutomaticTuningsClient.
Method Summary
Method Details
get
public abstract ServerAutomaticTuningInner get(String resourceGroupName, String serverName)
Retrieves server automatic tuning options.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves server automatic tuning options.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves server automatic tuning options.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves server automatic tuning options.
Parameters:
Returns:
update
public abstract ServerAutomaticTuningInner update(String resourceGroupName, String serverName, ServerAutomaticTuningInner parameters)
Update automatic tuning options on server.
Parameters:
Returns:
updateAsync
public abstract Mono
Update automatic tuning options on server.
Parameters:
Returns:
updateWithResponse
public abstract Response
Update automatic tuning options on server.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update automatic tuning options on server.
Parameters:
Returns:
Applies to
Azure SDK for Java