C# Class Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.RemoveSqlDatabaseAuditing

Inheritance: SqlDatabaseAuditingCmdletBase
显示文件 Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
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

Method Details

ApplyUserInputToModel() protected method

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
return Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

PersistChanges() protected method

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
return Microsoft.Azure.Commands.Sql.Auditing.Model.AuditingPolicyModel

WriteResult() protected method

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