AzureSqlElasticPoolAdvisorCommunicator 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.
This class is responsible for all the REST communication with the Elastic Pool advisor REST endpoints
public class AzureSqlElasticPoolAdvisorCommunicator : Microsoft.Azure.Commands.Sql.Advisor.Service.AzureSqlAdvisorCommunicatorBase
type AzureSqlElasticPoolAdvisorCommunicator = class
inherit AzureSqlAdvisorCommunicatorBase
Public Class AzureSqlElasticPoolAdvisorCommunicator
Inherits AzureSqlAdvisorCommunicatorBase
- Inheritance
Constructors
AzureSqlElasticPoolAdvisorCommunicator(IAzureContext) |
Creates a communicator for Azure Sql Elastic Pool 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 Elastic Pool 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 Elastic Pool Advisors |
UpdateAutoExecuteStatus(String, String, String, String, String) |
Update Advisor Auto Execute Status |