C# Class Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Cmdlet.NewAzureSqlServerCommunicationLink

Inheritance: AzureSqlServerCommunicationLinkCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

Create the model from user input

GetEntity ( ) : IEnumerable

Get the entities from the service

PersistChanges ( IEnumerable entity ) : IEnumerable

Create the new server communication link

Method Details

ApplyUserInputToModel() protected method

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

GetEntity() protected method

Get the entities from the service
protected GetEntity ( ) : IEnumerable
return IEnumerable

PersistChanges() protected method

Create the new server communication link
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
return IEnumerable