C# Class Microsoft.Azure.Commands.Sql.ElasticPool.Cmdlet.NewAzureSqlElasticPool

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Overriding to add warning message

Méthodes protégées

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

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

Overriding to add warning message
public ExecuteCmdlet ( ) : void
Résultat void

GetEntity() protected méthode

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

PersistChanges() protected méthode

Create the new database
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
Résultat IEnumerable