C# Class Microsoft.Azure.Commands.Sql.Database.Cmdlet.GetAzureSqlDatabaseActivity

Inheritance: AzureSqlDatabaseActivityCmdletBase
Datei anzeigen Open project: Azure/azure-powershell

Protected Methods

Method Description
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

No user input to apply to model

GetEntity ( ) : IEnumerable

Gets database activity in an Elastic Pool

PersistChanges ( IEnumerable entity ) : IEnumerable

No changes to persist to server

Method Details

ApplyUserInputToModel() protected method

No user input to apply to model
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable Model retrieved from service
return IEnumerable

GetEntity() protected method

Gets database activity in an Elastic Pool
protected GetEntity ( ) : IEnumerable
return IEnumerable

PersistChanges() protected method

No changes to persist to server
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The output of apply user input to model
return IEnumerable