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

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

보호된 메소드들

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

메소드 상세

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 from the database.
protected GetEntity ( ) : IEnumerable
리턴 IEnumerable

PersistChanges() 보호된 메소드

No changes, thus nothing to persist.
protected PersistChanges ( IEnumerable entity ) : IEnumerable
entity IEnumerable The entity retrieved
리턴 IEnumerable