Dela via


AzureSqlDatabaseAdvisorCommunicator Class

Definition

This class is responsible for all the REST communication with the database advisor REST endpoints

public class AzureSqlDatabaseAdvisorCommunicator : Microsoft.Azure.Commands.Sql.Advisor.Service.AzureSqlAdvisorCommunicatorBase
type AzureSqlDatabaseAdvisorCommunicator = class
    inherit AzureSqlAdvisorCommunicatorBase
Public Class AzureSqlDatabaseAdvisorCommunicator
Inherits AzureSqlAdvisorCommunicatorBase
Inheritance
AzureSqlDatabaseAdvisorCommunicator

Constructors

AzureSqlDatabaseAdvisorCommunicator(IAzureContext)

Creates a communicator for Azure Sql Database Advisors

Fields

ExpandKey

Expand string

(Inherited from AzureSqlAdvisorCommunicatorBase)

Properties

Context

Gets or sets the Azure profile

(Inherited from AzureSqlAdvisorCommunicatorBase)

Methods

Get(String, String, String, String, Boolean)

Gets the Azure Sql Database Advisor

GetCurrentSqlClient()

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

(Inherited from AzureSqlAdvisorCommunicatorBase)
List(String, String, String, Boolean)

Lists Azure Sql Database Advisors

UpdateAutoExecuteStatus(String, String, String, String, String)

Update Advisor Auto Execute Status

Applies to