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

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

Private Properties

프로퍼티 타입 설명
GetElasticPoolRecommendedAction Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel
ListElasticPoolRecommendedActions ICollection
UpdateState Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel

공개 메소드들

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

Constructs adapter

비공개 메소드들

메소드 설명
GetElasticPoolRecommendedAction ( string resourceGroupName, string serverName, string elasticPoolName, string advisorName, string RecommendedActionName ) : AzureSqlElasticPoolRecommendedActionModel

Gets an Azure Sql ElasticPool Recommended Action by name.

ListElasticPoolRecommendedActions ( string resourceGroupName, string serverName, string elasticPoolName, string advisorName ) : ICollection

Gets a list of Azure Sql ElasticPool Recommended Actions.

UpdateState ( AzureSqlElasticPoolRecommendedActionModel model ) : AzureSqlElasticPoolRecommendedActionModel

Updates Auto Execute Status of Azure Sql Elastic Pool Recommended Action.

메소드 상세

AzureSqlElasticPoolRecommendedActionAdapter() 공개 메소드

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