C# Class Microsoft.Azure.Commands.Sql.RecommendedAction.Service.AzureSqlServerRecommendedActionAdapter

Adapter for Server Recommended Action operations
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetServerRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel
ListServerRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel

Public Methods

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

Constructs adapter

Private Methods

Method Description
GetServerRecommendedAction ( string resourceGroupName, string serverName, string advisorName, string RecommendedActionName ) : AzureSqlServerRecommendedActionModel

Gets an Azure Sql Server Recommended Action by name.

ListServerRecommendedActions ( string resourceGroupName, string serverName, string advisorName ) : ICollection

Gets a list of Azure Sql Server Recommended Actions.

UpdateState ( AzureSqlServerRecommendedActionModel model ) : AzureSqlServerRecommendedActionModel

Updates Auto Execute Status of Azure Sql Server Recommended Action.

Method Details

AzureSqlServerRecommendedActionAdapter() public method

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