次の方法で共有


AzureSqlDatabaseRecommendedActionCommunicator Class

Definition

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

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

Constructors

AzureSqlDatabaseRecommendedActionCommunicator(IAzureContext)

Creates a communicator for Azure Sql Database Recommended Actions

Properties

Context

Gets or sets the Azure profile

(Inherited from AzureSqlRecommendedActionCommunicatorBase)

Methods

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

Gets the Azure Sql Database 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 Database Recommended Actions

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

Update Recommended Action State

Applies to