AzureSqlDatabaseIndexRecommendationCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |