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

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

Méthodes protégées

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

No user input to apply to model.
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The model to modify
Résultat IEnumerable

GetEntity() protected méthode

Gets a Transparent Data Encryption from the database.
protected GetEntity ( ) : IEnumerable
Résultat IEnumerable

PersistChanges() protected méthode

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