C# 클래스 Microsoft.Azure.Commands.Sql.RecommendedAction.Service.AzureSqlDatabaseRecommendedActionAdapter

Adapter for Database Recommended Action operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
GetDatabaseRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel
ListDatabaseRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel

공개 메소드들

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

Constructs adapter

비공개 메소드들

메소드 설명
GetDatabaseRecommendedAction ( string resourceGroupName, string serverName, string databaseName, string advisorName, string RecommendedActionName ) : AzureSqlDatabaseRecommendedActionModel

Gets an Azure Sql Database Recommended Action by name.

ListDatabaseRecommendedActions ( string resourceGroupName, string serverName, string databaseName, string advisorName ) : ICollection

Gets a list of Azure Sql Database Recommended Actions.

UpdateState ( AzureSqlDatabaseRecommendedActionModel model ) : AzureSqlDatabaseRecommendedActionModel

Updates Auto Execute Status of Azure Sql Database Recommended Action.

메소드 상세

AzureSqlDatabaseRecommendedActionAdapter() 공개 메소드

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