C# Class Microsoft.Azure.Commands.Sql.Advisor.Service.AzureSqlServerAdvisorAdapter

Adapter for Server Advisor operations
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetServerAdvisor Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel
ListServerAdvisors ICollection
UpdateAutoExecuteStatus Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel

Public Methods

Method Description
AzureSqlServerAdvisorAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs adapter

Private Methods

Method Description
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.

Method Details

AzureSqlServerAdvisorAdapter() public method

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