C# 클래스 Microsoft.Azure.Commands.Sql.RecommendedAction.Service.AzureSqlRecommendedActionCommunicatorBase

This is base class for classes that support all the REST communication with the recommended action REST endpoints
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
AzureSqlRecommendedActionCommunicatorBase ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Base class contructor for RecommendedAction 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.

메소드 상세

AzureSqlRecommendedActionCommunicatorBase() 공개 메소드

Base class contructor for RecommendedAction REST API Communicators.
public AzureSqlRecommendedActionCommunicatorBase ( 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