IRecommendedActionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RecommendedActionsOperations operations.
public interface IRecommendedActionsOperations
type IRecommendedActionsOperations = interface
Public Interface IRecommendedActionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve recommended actions from the advisor. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve recommended actions from the advisor. |
ListByServerWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve recommended actions from the advisor. |
Extension Methods
Get(IRecommendedActionsOperations, String, String, String, String) |
Retrieve recommended actions from the advisor. |
GetAsync(IRecommendedActionsOperations, String, String, String, String, CancellationToken) |
Retrieve recommended actions from the advisor. |
ListByServer(IRecommendedActionsOperations, String, String, String, String) |
Retrieve recommended actions from the advisor. |
ListByServerAsync(IRecommendedActionsOperations, String, String, String, String, CancellationToken) |
Retrieve recommended actions from the advisor. |
ListByServerNext(IRecommendedActionsOperations, String) |
Retrieve recommended actions from the advisor. |
ListByServerNextAsync(IRecommendedActionsOperations, String, CancellationToken) |
Retrieve recommended actions from the advisor. |
Applies to
Azure SDK for .NET