C# 클래스 Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.GetAzureSqlDatabaseAuditingPolicy

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

보호된 메소드들

메소드 설명
GetEntity ( ) : AuditingPolicyModel

Provides the model element that this cmdlet operates on

PersistChanges ( AuditingPolicyModel model ) : AuditingPolicyModel

No sending is needed as this is a Get cmdlet

메소드 상세

GetEntity() 보호된 메소드

Provides the model element that this cmdlet operates on
protected GetEntity ( ) : AuditingPolicyModel
리턴 Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

PersistChanges() 보호된 메소드

No sending is needed as this is a Get cmdlet
protected PersistChanges ( AuditingPolicyModel model ) : AuditingPolicyModel
model Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel The model object with the data to be sent to the REST endpoints
리턴 Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel