IServerAdvisorsOperations 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.
ServerAdvisorsOperations operations.
public interface IServerAdvisorsOperations
type IServerAdvisorsOperations = interface
Public Interface IServerAdvisorsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a server advisor. |
ListByServerWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of server advisors. |
UpdateWithHttpMessagesAsync(String, String, String, Advisor, Dictionary<String,List<String>>, CancellationToken) |
Updates a server advisor. |
Extension Methods
Get(IServerAdvisorsOperations, String, String, String) |
Gets a server advisor. |
GetAsync(IServerAdvisorsOperations, String, String, String, CancellationToken) |
Gets a server advisor. |
ListByServer(IServerAdvisorsOperations, String, String, String) |
Gets a list of server advisors. |
ListByServerAsync(IServerAdvisorsOperations, String, String, String, CancellationToken) |
Gets a list of server advisors. |
Update(IServerAdvisorsOperations, String, String, String, Advisor) |
Updates a server advisor. |
UpdateAsync(IServerAdvisorsOperations, String, String, String, Advisor, CancellationToken) |
Updates a server advisor. |
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