C# Класс Microsoft.Azure.Commands.Sql.RecommendedAction.Service.AzureSqlElasticPoolRecommendedActionAdapter

Adapter for Elastic Pool Recommended Action operations
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetElasticPoolRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel
ListElasticPoolRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel

Открытые методы

Метод Описание
AzureSqlElasticPoolRecommendedActionAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs adapter

Приватные методы

Метод Описание
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.

Описание методов

AzureSqlElasticPoolRecommendedActionAdapter() публичный Метод

Constructs adapter
public AzureSqlElasticPoolRecommendedActionAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Результат Microsoft.Azure.Commands.Common.Authentication.Models