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

AzureSqlRecommendedActionCommunicatorBase Class

Definition

This is base class for classes that support all the REST communication with the recommended action REST endpoints

public class AzureSqlRecommendedActionCommunicatorBase
type AzureSqlRecommendedActionCommunicatorBase = class
Public Class AzureSqlRecommendedActionCommunicatorBase
Inheritance
AzureSqlRecommendedActionCommunicatorBase
Derived

Constructors

AzureSqlRecommendedActionCommunicatorBase(IAzureContext)

Base class contructor for RecommendedAction REST API Communicators.

Properties

Context

Gets or sets the Azure profile

SqlClient

The Sql client to be used by this end points communicator

Subscription

Gets or set the Azure subscription

Methods

GetCurrentSqlClient()

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

Applies to