RecommendedActions Interface
public interface RecommendedActions
Resource collection API of RecommendedActions.
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 RecommendationAction get(String resourceGroupName, String serverName, String advisorName, String recommendedActionName)
Retrieve recommended actions from the advisor.
Parameters:
Returns:
getWithResponse
public abstract Response<RecommendationAction> getWithResponse(String resourceGroupName, String serverName, String advisorName, String recommendedActionName, Context context)
Retrieve recommended actions from the advisor.
Parameters:
Returns:
listByServer
public abstract PagedIterable<RecommendationAction> listByServer(String resourceGroupName, String serverName, String advisorName)
Retrieve recommended actions from the advisor.
Parameters:
Returns:
listByServer
public abstract PagedIterable<RecommendationAction> listByServer(String resourceGroupName, String serverName, String advisorName, String sessionId, Context context)
Retrieve recommended actions from the advisor.
Parameters:
Returns: