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

Inheritance: SqlDatabaseServerAuditingCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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

PersistChanges() protected méthode

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

WriteResult() protected méthode

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