Megosztás a következőn keresztül:


AzureSqlDatabaseIndexRecommendationCommunicator Class

Definition

This class is responsible for all the REST communication with the server upgrade REST endpoints

public class AzureSqlDatabaseIndexRecommendationCommunicator
type AzureSqlDatabaseIndexRecommendationCommunicator = class
Public Class AzureSqlDatabaseIndexRecommendationCommunicator
Inheritance
AzureSqlDatabaseIndexRecommendationCommunicator

Constructors

AzureSqlDatabaseIndexRecommendationCommunicator(IAzureContext)

Creates a communicator for Azure Sql Databases

Properties

Context

Gets or sets the Azure profile

Methods

ListRecommendedIndexes(String, String, String)

List all recommended indexes. If database name is null get recommendations for all databases on server.

UpdateRecommendedIndexState(String, String, String, String, String, String, String)

Update recommended index state

Applies to