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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET