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

Adapter for Elastic Pool Recommended Action operations
Datei anzeigen Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetElasticPoolRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel
ListElasticPoolRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel

Public Methods

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

Constructs adapter

Private Methods

Method Description
GetElasticPoolRecommendedAction ( string resourceGroupName, string serverName, string elasticPoolName, string advisorName, string RecommendedActionName ) : AzureSqlElasticPoolRecommendedActionModel

Gets an Azure Sql ElasticPool Recommended Action by name.

ListElasticPoolRecommendedActions ( string resourceGroupName, string serverName, string elasticPoolName, string advisorName ) : ICollection

Gets a list of Azure Sql ElasticPool Recommended Actions.

UpdateState ( AzureSqlElasticPoolRecommendedActionModel model ) : AzureSqlElasticPoolRecommendedActionModel

Updates Auto Execute Status of Azure Sql Elastic Pool Recommended Action.

Method Details

AzureSqlElasticPoolRecommendedActionAdapter() public method

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