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

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

Private Properties

Свойство Type Description

Méthodes protégées

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

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

GetEntity() protected méthode

Get the Transparent Data Encryption to update
protected GetEntity ( ) : IEnumerable
Résultat IEnumerable

PersistChanges() protected méthode

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