次の方法で共有


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