C# Class Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.SetAzureSqlElasticPoolRecommendedActionState

Inheritance: AzureSqlElasticPoolRecommendedActionCmdletBase
Datei anzeigen Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Entry point for the cmdlet

Protected Methods

Method Description
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

Method Details

ApplyUserInputToModel() protected method

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

ExecuteCmdlet() public method

Entry point for the cmdlet
public ExecuteCmdlet ( ) : void
return void

GetEntity() protected method

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

PersistChanges() protected method

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