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

Adapter for recommended index operations
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

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

Constructs adapter

ListRecommendedIndexes ( string resourceGroupName, string serverName, string databaseName ) : List

List index recommendations

UpdateRecommendationState ( string resourceGroupName, string serverName, IndexRecommendation indexRecommendation ) : void

Update index recommendation state.

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

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

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

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

List index recommendations
public ListRecommendedIndexes ( string resourceGroupName, string serverName, string databaseName ) : List
resourceGroupName string Resource group name
serverName string Server name
databaseName string Database name
Результат List

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

Update index recommendation state.
public UpdateRecommendationState ( string resourceGroupName, string serverName, IndexRecommendation indexRecommendation ) : void
resourceGroupName string Resource group name
serverName string Server name
indexRecommendation Microsoft.Azure.Commands.Sql.Model.IndexRecommendation Index recommendation
Результат void