C# 클래스 Microsoft.Azure.Commands.Sql.Advisor.Service.AzureSqlServerAdvisorAdapter

Adapter for Server Advisor operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
GetServerAdvisor Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel
ListServerAdvisors ICollection
UpdateAutoExecuteStatus Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel

공개 메소드들

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

Constructs adapter

비공개 메소드들

메소드 설명
GetServerAdvisor ( string resourceGroupName, string serverName, string advisorName, bool expandRecommendedActions ) : AzureSqlServerAdvisorModel

Gets an Azure Sql Server Advisor by name.

ListServerAdvisors ( string resourceGroupName, string serverName, bool expandRecommendedActions ) : ICollection

Gets a list of Azure Sql Server Advisors.

UpdateAutoExecuteStatus ( AzureSqlServerAdvisorModel model ) : AzureSqlServerAdvisorModel

Updates Auto Execute Status of Azure Sql Server Advisor.

메소드 상세

AzureSqlServerAdvisorAdapter() 공개 메소드

Constructs adapter
public AzureSqlServerAdvisorAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication.Models