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

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

Private Properties

프로퍼티 타입 설명
GetServerRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel
ListServerRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel

공개 메소드들

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

Constructs adapter

비공개 메소드들

메소드 설명
GetServerRecommendedAction ( string resourceGroupName, string serverName, string advisorName, string RecommendedActionName ) : AzureSqlServerRecommendedActionModel

Gets an Azure Sql Server Recommended Action by name.

ListServerRecommendedActions ( string resourceGroupName, string serverName, string advisorName ) : ICollection

Gets a list of Azure Sql Server Recommended Actions.

UpdateState ( AzureSqlServerRecommendedActionModel model ) : AzureSqlServerRecommendedActionModel

Updates Auto Execute Status of Azure Sql Server Recommended Action.

메소드 상세

AzureSqlServerRecommendedActionAdapter() 공개 메소드

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