C# Класс Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.RemoveSqlServerAuditing

Наследование: SqlDatabaseServerAuditingCmdletBase
Показать файл Открыть проект

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