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

Adapter for Server Advisor operations
Показать файл Открыть проект

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