C# 클래스 Microsoft.Azure.Commands.Sql.Service.AzureSqlDatabaseIndexRecommendationAdapter

Adapter for recommended index operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AzureSqlDatabaseIndexRecommendationAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs adapter

ListRecommendedIndexes ( string resourceGroupName, string serverName, string databaseName ) : List

List index recommendations

UpdateRecommendationState ( string resourceGroupName, string serverName, IndexRecommendation indexRecommendation ) : void

Update index recommendation state.

메소드 상세

AzureSqlDatabaseIndexRecommendationAdapter() 공개 메소드

Constructs adapter
public AzureSqlDatabaseIndexRecommendationAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

ListRecommendedIndexes() 공개 메소드

List index recommendations
public ListRecommendedIndexes ( string resourceGroupName, string serverName, string databaseName ) : List
resourceGroupName string Resource group name
serverName string Server name
databaseName string Database name
리턴 List

UpdateRecommendationState() 공개 메소드

Update index recommendation state.
public UpdateRecommendationState ( string resourceGroupName, string serverName, IndexRecommendation indexRecommendation ) : void
resourceGroupName string Resource group name
serverName string Server name
indexRecommendation Microsoft.Azure.Commands.Sql.Model.IndexRecommendation Index recommendation
리턴 void