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

Inheritance: AzureSqlDatabaseTransparentDataEncryptionCmdletBase
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
ApplyUserInputToModel ( IEnumerable model ) : IEnumerable

Constructs the model to send to the update API

GetEntity ( ) : IEnumerable

Get the Transparent Data Encryption to update

PersistChanges ( IEnumerable entity ) : IEnumerable

Sends the Firewall Rule update request to the service

Method Details

ApplyUserInputToModel() protected method

Constructs the model to send to the update API
protected ApplyUserInputToModel ( IEnumerable model ) : IEnumerable
model IEnumerable The result of the get operation
return IEnumerable

GetEntity() protected method

Get the Transparent Data Encryption to update
protected GetEntity ( ) : IEnumerable
return IEnumerable

PersistChanges() protected method

Sends the Firewall Rule update request to the service
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The update parameters
return IEnumerable