IRecommendedIndexOperations Interface
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.
Represents all the operations for managing recommended indexes on Azure SQL Databases. Contains operations to retrieve recommended index and update state.
public interface IRecommendedIndexOperations
type IRecommendedIndexOperations = interface
Public Interface IRecommendedIndexOperations
Methods
GetAsync(String, String, String, String, String, String, CancellationToken) |
Returns details on recommended index. |
UpdateAsync(String, String, String, String, String, String, RecommendedIndexUpdateParameters, CancellationToken) |
We execute or cancel index operations by updating index state. Allowed state transitions are :Active -> Pending
|
Extension Methods
Get(IRecommendedIndexOperations, String, String, String, String, String, String) |
Returns details on recommended index. |
GetAsync(IRecommendedIndexOperations, String, String, String, String, String, String) |
Returns details on recommended index. |
Update(IRecommendedIndexOperations, String, String, String, String, String, String, RecommendedIndexUpdateParameters) |
We execute or cancel index operations by updating index state. Allowed state transitions are :Active -> Pending
|
UpdateAsync(IRecommendedIndexOperations, String, String, String, String, String, String, RecommendedIndexUpdateParameters) |
We execute or cancel index operations by updating index state. Allowed state transitions are :Active -> Pending
|