IServerAdvisorOperations Interface

Definition

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

public interface IServerAdvisorOperations
type IServerAdvisorOperations = interface
Public Interface IServerAdvisorOperations

Methods

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

Returns details of a Server Advisor.

ListAsync(String, String, String, CancellationToken)

Returns list of Advisors for the Azure SQL Server.

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

Updates the auto-execute status for this Advisor.

Extension Methods

Get(IServerAdvisorOperations, String, String, String, String)

Returns details of a Server Advisor.

GetAsync(IServerAdvisorOperations, String, String, String, String)

Returns details of a Server Advisor.

List(IServerAdvisorOperations, String, String, String)

Returns list of Advisors for the Azure SQL Server.

ListAsync(IServerAdvisorOperations, String, String, String)

Returns list of Advisors for the Azure SQL Server.

Update(IServerAdvisorOperations, String, String, String, AdvisorUpdateParameters)

Updates the auto-execute status for this Advisor.

UpdateAsync(IServerAdvisorOperations, String, String, String, AdvisorUpdateParameters)

Updates the auto-execute status for this Advisor.

Applies to