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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET