Udostępnij za pośrednictwem


RecommendedIndexOperationsExtensions.GetAsync Method

Definition

Returns details on recommended index.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedIndexGetResponse> GetAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedIndexOperations operations, string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string indexName);
static member GetAsync : Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedIndexOperations * string * string * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedIndexGetResponse>
<Extension()>
Public Function GetAsync (operations As IRecommendedIndexOperations, resourceGroupName As String, serverName As String, databaseName As String, schemaName As String, tableName As String, indexName As String) As Task(Of 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.

Applies to