IAdvisorsOperations 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.
AdvisorsOperations operations.
public interface IAdvisorsOperations
type IAdvisorsOperations = interface
Public Interface IAdvisorsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a recommendation action advisor. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List recommendation action advisors. |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List recommendation action advisors. |
Extension Methods
Get(IAdvisorsOperations, String, String, String) |
Get a recommendation action advisor. |
GetAsync(IAdvisorsOperations, String, String, String, CancellationToken) |
Get a recommendation action advisor. |
ListByServer(IAdvisorsOperations, String, String) |
List recommendation action advisors. |
ListByServerAsync(IAdvisorsOperations, String, String, CancellationToken) |
List recommendation action advisors. |
ListByServerNext(IAdvisorsOperations, String) |
List recommendation action advisors. |
ListByServerNextAsync(IAdvisorsOperations, String, CancellationToken) |
List recommendation action advisors. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET