C# 클래스 Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Cmdlet.SetAzureSqlDatabaseTransparentDataEncryption

상속: AzureSqlDatabaseTransparentDataEncryptionCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
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

메소드 상세

ApplyUserInputToModel() 보호된 메소드

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

GetEntity() 보호된 메소드

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

PersistChanges() 보호된 메소드

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