ServerAdvisorsClient Interface
public interface ServerAdvisorsClient
An instance of this class provides access to all the operations defined in ServerAdvisorsClient.
Method Summary
Method Details
get
public abstract AdvisorInner get(String resourceGroupName, String serverName, String advisorName)
Gets a server advisor.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a server advisor.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a server advisor.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a server advisor.
Parameters:
Returns:
listByServer
public abstract List
Gets a list of server advisors.
Parameters:
Returns:
listByServerAsync
public abstract Mono> listByServerAsync(String resourceGroupName, String serverName)
Gets a list of server advisors.
Parameters:
Returns:
listByServerWithResponse
public abstract Response> listByServerWithResponse(String resourceGroupName, String serverName, String expand, Context context)
Gets a list of server advisors.
Parameters:
Returns:
listByServerWithResponseAsync
public abstract Mono
Gets a list of server advisors.
Parameters:
Returns:
update
public abstract AdvisorInner update(String resourceGroupName, String serverName, String advisorName, AdvisorInner parameters)
Updates a server advisor.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a server advisor.
Parameters:
Returns:
updateWithResponse
public abstract Response
Updates a server advisor.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a server advisor.
Parameters:
Returns:
Applies to
Azure SDK for Java