RecommendedIndexOperationsExtensions.Get Method
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.
Returns details on recommended index.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedIndexGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedIndexOperations operations, string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string indexName);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedIndexOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedIndexGetResponse
<Extension()>
Public Function Get (operations As IRecommendedIndexOperations, resourceGroupName As String, serverName As String, databaseName As String, schemaName As String, tableName As String, indexName As String) As RecommendedIndexGetResponse
Parameters
- operations
- IRecommendedIndexOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedIndexOperations.
- resourceGroupName
- String
Required. The name of the Resource Group.
- serverName
- String
Required. The name of the Azure SQL server.
- databaseName
- String
Required. The name of the Azure SQL database.
- schemaName
- String
Required. The name of the Azure SQL database schema.
- tableName
- String
Required. The name of the Azure SQL database table.
- indexName
- String
Required. The name of the Azure SQL database recommended index.
Returns
Represents the response to a get recommended index request.