IElasticPoolAdvisorOperations Interface

Definition

Represents all the operations for managing Advisors for Azure SQL Elastic Database Pool. Contains operations to retrieve Advisors and update auto execute status of an Advisor.

public interface IElasticPoolAdvisorOperations
type IElasticPoolAdvisorOperations = interface
Public Interface IElasticPoolAdvisorOperations

Methods

GetAsync(String, String, String, String, String, CancellationToken)

Returns details of a Azure SQL Elastic Database Pool Advisor.

ListAsync(String, String, String, String, CancellationToken)

Returns list of Advisors for the Azure SQL Elastic Database Pool.

UpdateAsync(String, String, String, String, AdvisorUpdateParameters, CancellationToken)

Updates the auto-execute status for this Advisor.

Extension 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.

Applies to