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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ApplyUserInputToModel ( AuditingPolicyModel model ) : AuditingPolicyModel

Updates the given model element with the cmdlet specific operation

PersistChanges ( AuditingPolicyModel model ) : AuditingPolicyModel

This method is responsible to call the right API in the communication layer that will eventually send the information in the object to the REST endpoint

WriteResult ( ) : bool

Returns true if the model object that was constructed by this cmdlet should be written out

메소드 상세

ApplyUserInputToModel() 보호된 메소드

Updates the given model element with the cmdlet specific operation
protected ApplyUserInputToModel ( AuditingPolicyModel model ) : AuditingPolicyModel
model Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel A model object
리턴 Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

PersistChanges() 보호된 메소드

This method is responsible to call the right API in the communication layer that will eventually send the information in the object to the REST endpoint
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

WriteResult() 보호된 메소드

Returns true if the model object that was constructed by this cmdlet should be written out
protected WriteResult ( ) : bool
리턴 bool