C# Класс Microsoft.Azure.Commands.Sql.Advisor.Service.AzureSqlAdvisorCommunicatorBase

This is base class for classes that support all the REST communication with the advisor REST endpoints
Показать файл Открыть проект

Открытые методы

Метод Описание
AzureSqlAdvisorCommunicatorBase ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Base class contructor for Advisor REST API Communicators.

Защищенные методы

Метод Описание
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.

Описание методов

AzureSqlAdvisorCommunicatorBase() публичный Метод

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
Результат Microsoft.Azure.Commands.Common.Authentication

GetCurrentSqlClient() защищенный Метод

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
Результат Microsoft.Azure.Management.Sql.SqlManagementClient