Condividi tramite


AzureSqlServerRecommendedActionCommunicator Class

Definition

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

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

Constructors

Name Description
AzureSqlServerRecommendedActionCommunicator(IAzureContext)

Creates a communicator for Azure Sql Server Recommended Actions

Properties

Name Description
Context

Gets or sets the Azure profile

(Inherited from AzureSqlRecommendedActionCommunicatorBase)

Methods

Name Description
Get(String, String, String, String)

Gets the Azure Sql Server 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)

Lists Azure Sql Server Recommended Actions

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

Update Recommended Action State

Applies to