C# Class Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Cmdlet.GetAzureSqlDatabaseTransparentDataEncryption

Inheritance: AzureSqlDatabaseTransparentDataEncryptionCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Protected Methods

Method Description
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

No user input to apply to model.

GetEntity ( ) : IEnumerable

Gets a Transparent Data Encryption from the database.

PersistChanges ( IEnumerable entity ) : IEnumerable

No changes, thus nothing to persist.

Method Details

ApplyUserInputToModel() protected method

No user input to apply to model.
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The model to modify
return IEnumerable

GetEntity() protected method

Gets a Transparent Data Encryption from the database.
protected GetEntity ( ) : IEnumerable
return IEnumerable

PersistChanges() protected method

No changes, thus nothing to persist.
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The entity retrieved
return IEnumerable