C# Класс Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Cmdlet.GetAzureSqlDatabaseTransparentDataEncryptionActivity

Наследование: AzureSqlDatabaseTransparentDataEncryptionActivityCmdletBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

No user input to apply to model.

GetEntity ( ) : IEnumerable

Gets a Transparent Data Encryption Acitvity for the database.

PersistChanges ( IEnumerable entity ) : IEnumerable

No changes, thus nothing to persist.

Описание методов

ApplyUserInputToModel() защищенный Метод

No user input to apply to model.
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The model to modify
Результат IEnumerable

GetEntity() защищенный Метод

Gets a Transparent Data Encryption Acitvity for the database.
protected GetEntity ( ) : IEnumerable
Результат IEnumerable

PersistChanges() защищенный Метод

No changes, thus nothing to persist.
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The entity retrieved
Результат IEnumerable