你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlElasticPoolRecommendedActionCommunicator Class

Definition

This class is responsible for all the REST communication with the elastic pool recommended action REST endpoints

public class AzureSqlElasticPoolRecommendedActionCommunicator : Microsoft.Azure.Commands.Sql.RecommendedAction.Service.AzureSqlRecommendedActionCommunicatorBase
type AzureSqlElasticPoolRecommendedActionCommunicator = class
    inherit AzureSqlRecommendedActionCommunicatorBase
Public Class AzureSqlElasticPoolRecommendedActionCommunicator
Inherits AzureSqlRecommendedActionCommunicatorBase
Inheritance
AzureSqlElasticPoolRecommendedActionCommunicator

Constructors

AzureSqlElasticPoolRecommendedActionCommunicator(IAzureContext)

Creates a communicator for Azure Sql Elastic Pool Recommended Actions

Properties

Context

Gets or sets the Azure profile

(Inherited from AzureSqlRecommendedActionCommunicatorBase)

Methods

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

Gets the Azure Sql Elastic Pool Recommended Action

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 AzureSqlRecommendedActionCommunicatorBase)
List(String, String, String, String)

Lists Azure Sql Elastic Pool Recommended Actions

UpdateState(String, String, String, String, String, String)

Update Recommended Action State

Applies to