C# Class Microsoft.Azure.Commands.Sql.Service.AzureSqlDatabaseIndexRecommendationAdapter

Adapter for recommended index operations
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

AzureSqlDatabaseIndexRecommendationAdapter() public méthode

Constructs adapter
public AzureSqlDatabaseIndexRecommendationAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication.Models

ListRecommendedIndexes() public méthode

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
Résultat List

UpdateRecommendationState() public méthode

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
Résultat void