C# Class Microsoft.Azure.Commands.Sql.Advisor.Service.AzureSqlAdvisorCommunicatorBase

This is base class for classes that support all the REST communication with the advisor REST endpoints
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
AzureSqlAdvisorCommunicatorBase ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Base class contructor for Advisor REST API Communicators.

Méthodes protégées

Méthode Description
GetCurrentSqlClient ( string clientRequestId ) : Microsoft.Azure.Management.Sql.SqlManagementClient

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

Method Details

AzureSqlAdvisorCommunicatorBase() public méthode

Base class contructor for Advisor REST API Communicators.
public AzureSqlAdvisorCommunicatorBase ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication

GetCurrentSqlClient() protected méthode

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.
protected GetCurrentSqlClient ( string clientRequestId ) : Microsoft.Azure.Management.Sql.SqlManagementClient
clientRequestId string
Résultat Microsoft.Azure.Management.Sql.SqlManagementClient