AzureSqlRecommendedActionCommunicatorBase 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 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. |