AzureSqlAdvisorCommunicatorBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |