ElasticPoolAdvisorOperationsExtensions Class
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.
The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.
public static class ElasticPoolAdvisorOperationsExtensions
type ElasticPoolAdvisorOperationsExtensions = class
Public Module ElasticPoolAdvisorOperationsExtensions
- Inheritance
-
ElasticPoolAdvisorOperationsExtensions
Methods
Get(IElasticPoolAdvisorOperations, String, String, String, String, String) |
Returns details of a Azure SQL Elastic Database Pool Advisor. |
GetAsync(IElasticPoolAdvisorOperations, String, String, String, String, String) |
Returns details of a Azure SQL Elastic Database Pool Advisor. |
List(IElasticPoolAdvisorOperations, String, String, String, String) |
Returns list of Advisors for the Azure SQL Elastic Database Pool. |
ListAsync(IElasticPoolAdvisorOperations, String, String, String, String) |
Returns list of Advisors for the Azure SQL Elastic Database Pool. |
Update(IElasticPoolAdvisorOperations, String, String, String, String, AdvisorUpdateParameters) |
Updates the auto-execute status for this Advisor. |
UpdateAsync(IElasticPoolAdvisorOperations, String, String, String, String, AdvisorUpdateParameters) |
Updates the auto-execute status for this Advisor. |