C# Класс Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.SetAzureSqlServerRecommendedActionState

Наследование: AzureSqlServerRecommendedActionCmdletBase
Показать файл Открыть проект

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