RecommendedActionsClient Interface
public interface RecommendedActionsClient
An instance of this class provides access to all the operations defined in RecommendedActionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Recommendation |
get(String resourceGroupName, String serverName, String advisorName, String recommendedActionName)
Retrieve recommended actions from the advisor. |
|
abstract
Response<Recommendation |
getWithResponse(String resourceGroupName, String serverName, String advisorName, String recommendedActionName, Context context)
Retrieve recommended actions from the advisor. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, String advisorName)
Retrieve recommended actions from the advisor. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, String advisorName, String sessionId, Context context)
Retrieve recommended actions from the advisor. |
Method Details
get
public abstract RecommendationActionInner get(String resourceGroupName, String serverName, String advisorName, String recommendedActionName)
Retrieve recommended actions from the advisor.
Parameters:
Returns:
getWithResponse
public abstract Response<RecommendationActionInner> getWithResponse(String resourceGroupName, String serverName, String advisorName, String recommendedActionName, Context context)
Retrieve recommended actions from the advisor.
Parameters:
Returns:
listByServer
public abstract PagedIterable<RecommendationActionInner> listByServer(String resourceGroupName, String serverName, String advisorName)
Retrieve recommended actions from the advisor.
Parameters:
Returns:
listByServer
public abstract PagedIterable<RecommendationActionInner> listByServer(String resourceGroupName, String serverName, String advisorName, String sessionId, Context context)
Retrieve recommended actions from the advisor.
Parameters:
Returns: