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

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

Private Properties

Свойство Тип Описание
GetDatabaseRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel
ListDatabaseRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel

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

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

Constructs adapter

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

Метод Описание
GetDatabaseRecommendedAction ( string resourceGroupName, string serverName, string databaseName, string advisorName, string RecommendedActionName ) : AzureSqlDatabaseRecommendedActionModel

Gets an Azure Sql Database Recommended Action by name.

ListDatabaseRecommendedActions ( string resourceGroupName, string serverName, string databaseName, string advisorName ) : ICollection

Gets a list of Azure Sql Database Recommended Actions.

UpdateState ( AzureSqlDatabaseRecommendedActionModel model ) : AzureSqlDatabaseRecommendedActionModel

Updates Auto Execute Status of Azure Sql Database Recommended Action.

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

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

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