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

Inheritance: AzureSqlElasticPoolCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Executes the cmdlet.

Protected Methods

Method Description
GetDatabase ( ) : IEnumerable

Get the entities from the service

GetEntity ( ) : IEnumerable

Not Used.

Method Details

ExecuteCmdlet() public method

Executes the cmdlet.
public ExecuteCmdlet ( ) : void
return void

GetDatabase() protected method

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

GetEntity() protected method

Not Used.
protected GetEntity ( ) : IEnumerable
return IEnumerable