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
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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