次の方法で共有


AzureSqlAdvisorCommunicatorBase Class

Definition

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

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

Constructors

AzureSqlAdvisorCommunicatorBase(IAzureContext)

Base class contructor for Advisor REST API Communicators.

Fields

ExpandKey

Expand string

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