C# 클래스 Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.SetAzureSqlElasticPoolRecommendedActionState

상속: AzureSqlElasticPoolRecommendedActionCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Entry point for the cmdlet

보호된 메소드들

메소드 설명
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

Create the model from user input

GetEntity ( ) : IEnumerable

Gets entities from the service.

PersistChanges ( IEnumerable entity ) : IEnumerable

Update the recommended action

메소드 상세

ApplyUserInputToModel() 보호된 메소드

Create the model from user input
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model retrieved from service
리턴 IEnumerable

ExecuteCmdlet() 공개 메소드

Entry point for the cmdlet
public ExecuteCmdlet ( ) : void
리턴 void

GetEntity() 보호된 메소드

Gets entities from the service.
protected GetEntity ( ) : IEnumerable
리턴 IEnumerable

PersistChanges() 보호된 메소드

Update the recommended action
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
리턴 IEnumerable