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

Inheritance: AzureSqlServerRecommendedActionCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Entry point for the cmdlet

Méthodes protégées

Méthode 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 méthode

Create the model from user input
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model retrieved from service
Résultat IEnumerable

ExecuteCmdlet() public méthode

Entry point for the cmdlet
public ExecuteCmdlet ( ) : void
Résultat void

GetEntity() protected méthode

Gets entities from the service.
protected GetEntity ( ) : IEnumerable
Résultat IEnumerable

PersistChanges() protected méthode

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